Share via


Application Constructors

Definition

Overloads

Application()

Initializes a new instance of the Application class.

Application(String, String, String, String, String, String, IList<Object>)

Initializes a new instance of the Application class.

Application()

Initializes a new instance of the Application class.

public Application ();
Public Sub New ()

Applies to

Application(String, String, String, String, String, String, IList<Object>)

Initializes a new instance of the Application class.

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

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

displayName
String

display name of the application

description
String

description of the application

sourceResourceType
String

The application source, what it affects, e.g. Assessments Possible values include: 'Assessments'

conditionSets
IList<Object>

The application conditionSets - see examples

Applies to