Share via


ApplicationCondition Constructors

Definition

Overloads

ApplicationCondition()

Initializes a new instance of the ApplicationCondition class.

ApplicationCondition(String, String, String)

Initializes a new instance of the ApplicationCondition class.

ApplicationCondition()

Initializes a new instance of the ApplicationCondition class.

public ApplicationCondition ();
Public Sub New ()

Applies to

ApplicationCondition(String, String, String)

Initializes a new instance of the ApplicationCondition class.

public ApplicationCondition (string property = default, string value = default, string operatorProperty = default);
new Microsoft.Azure.Management.Security.Models.ApplicationCondition : string * string * string -> Microsoft.Azure.Management.Security.Models.ApplicationCondition
Public Sub New (Optional property As String = Nothing, Optional value As String = Nothing, Optional operatorProperty As String = Nothing)

Parameters

property
String

The application Condition's Property, e.g. ID, see examples

value
String

The application Condition's Value like IDs that contain some string, see examples

operatorProperty
String

The application Condition's Operator, for example Contains for id or In for list of possible IDs, see examples Possible values include: 'Contains', 'Equals', 'In'

Applies to