Share via


GroupByVariable Constructors

Definition

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'

Applies to