次の方法で共有


ApplicationTypeVersionResource コンストラクター

定義

オーバーロード

ApplicationTypeVersionResource()

ApplicationTypeVersionResource クラスの新しいインスタンスを初期化します。

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

ApplicationTypeVersionResource クラスの新しいインスタンスを初期化します。

ApplicationTypeVersionResource()

ApplicationTypeVersionResource クラスの新しいインスタンスを初期化します。

public ApplicationTypeVersionResource ();
Public Sub New ()

適用対象

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

ApplicationTypeVersionResource クラスの新しいインスタンスを初期化します。

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)

パラメーター

appPackageUrl
String

アプリケーション パッケージの URL

id
String

Azure リソース識別子。

name
String

Azure リソース名。

type
String

Azure リソースの種類。

location
String

リソースの場所は、親リソースによって異なります。

tags
IDictionary<String,String>

Azure リソース タグ。

systemData
SystemData
provisioningState
String

現在のデプロイまたはプロビジョニングの状態(応答にのみ表示されます)

適用対象