Sdílet prostřednictvím


ApplicationProperties Constructors

Definition

Overloads

ApplicationProperties()

Initializes a new instance of the ApplicationProperties class.

ApplicationProperties(IList<Object>, String, String)

Initializes a new instance of the ApplicationProperties class.

ApplicationProperties()

Initializes a new instance of the ApplicationProperties class.

public ApplicationProperties ();
Public Sub New ()

Applies to

ApplicationProperties(IList<Object>, String, String)

Initializes a new instance of the ApplicationProperties class.

public ApplicationProperties (System.Collections.Generic.IList<object> conditionSets, string displayName = default, string description = default);
new Microsoft.Azure.Management.Security.Models.ApplicationProperties : System.Collections.Generic.IList<obj> * string * string -> Microsoft.Azure.Management.Security.Models.ApplicationProperties
Public Sub New (conditionSets As IList(Of Object), Optional displayName As String = Nothing, Optional description As String = Nothing)

Parameters

conditionSets
IList<Object>

The application conditionSets - see examples

displayName
String

display name of the application

description
String

description of the application

Applies to