Bagikan melalui


ApplicationTypeResource Constructors

Definition

Overloads

ApplicationTypeResource()

Initializes a new instance of the ApplicationTypeResource class.

ApplicationTypeResource(String, String, String, String, IDictionary<String,String>, SystemData, String)

Initializes a new instance of the ApplicationTypeResource class.

ApplicationTypeResource()

Initializes a new instance of the ApplicationTypeResource class.

public ApplicationTypeResource ();
Public Sub New ()

Applies to

ApplicationTypeResource(String, String, String, String, IDictionary<String,String>, SystemData, String)

Initializes a new instance of the ApplicationTypeResource class.

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

Parameters

id
String

Azure resource identifier.

name
String

Azure resource name.

type
String

Azure resource type.

location
String

Resource location depends on the parent resource.

tags
IDictionary<String,String>

Azure resource tags.

systemData
SystemData
provisioningState
String

The current deployment or provisioning state, which only appears in the response.

Applies to