GroupByVariable Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GroupByVariable() |
Initializes a new instance of the GroupByVariable class. |
GroupByVariable(String) |
Initializes a new instance of the GroupByVariable class. |
GroupByVariable()
Initializes a new instance of the GroupByVariable class.
public GroupByVariable ();
Public Sub New ()
Applies to
GroupByVariable(String)
Initializes a new instance of the GroupByVariable class.
public GroupByVariable (string variableName);
new Microsoft.Azure.Management.FrontDoor.Models.GroupByVariable : string -> Microsoft.Azure.Management.FrontDoor.Models.GroupByVariable
Public Sub New (variableName As String)
Parameters
- variableName
- String
Describes the supported variable for group by Possible values include: 'SocketAddr', 'GeoLocation', 'None'