ApplicationProperties 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
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
- displayName
- String
display name of the application
- description
- String
description of the application