ApplicationTypeVersionResource Constructors

Definition

Overloads

ApplicationTypeVersionResource()

Initializes a new instance of the ApplicationTypeVersionResource class.

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

Initializes a new instance of the ApplicationTypeVersionResource class.

ApplicationTypeVersionResource()

Initializes a new instance of the ApplicationTypeVersionResource class.

public ApplicationTypeVersionResource ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ApplicationTypeVersionResource class.

public ApplicationTypeVersionResource (string appPackageUrl, 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.ApplicationTypeVersionResource : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionResource
Public Sub New (appPackageUrl As String, 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

appPackageUrl
String

The URL to the application package

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