Application Constructors

Definition

Overloads

Application()

Initializes a new instance of the Application class.

Application(String, String, String, String, IDictionary<String,String>, ApplicationProperties, SystemData)

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, IDictionary<String,String>, ApplicationProperties, SystemData)

Initializes a new instance of the Application class.

public Application (string id = default, string name = default, string type = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.HDInsight.Models.ApplicationProperties properties = default, Microsoft.Azure.Management.HDInsight.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HDInsight.Models.Application : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.HDInsight.Models.ApplicationProperties * Microsoft.Azure.Management.HDInsight.Models.SystemData -> Microsoft.Azure.Management.HDInsight.Models.Application
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As ApplicationProperties = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

etag
String

The ETag for the application

tags
IDictionary<String,String>

The tags for the application.

properties
ApplicationProperties

The properties of the application.

systemData
SystemData

Applies to