Sdílet prostřednictvím


ApplicationTypeResource Constructors

Definition

Overloads

ApplicationTypeResource()

Initializes a new instance of the ApplicationTypeResource class.

ApplicationTypeResource(String, String, String, String, IDictionary<String,String>, String, 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>, String, 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, string etag = default, string provisioningState = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string -> Microsoft.Azure.Management.ServiceFabric.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 etag As String = Nothing, Optional provisioningState As String = Nothing)

Parameters

id
String

Azure resource identifier.

name
String

Azure resource name.

type
String

Azure resource type.

location
String

It will be deprecated in New API, resource location depends on the parent resource.

tags
IDictionary<String,String>

Azure resource tags.

etag
String

Azure resource etag.

provisioningState
String

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

Applies to