次の方法で共有


ApplicationStackResource コンストラクター

定義

オーバーロード

ApplicationStackResource()

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

ApplicationStackResource(String, String, String, String, String, String, String, IList<StackMajorVersion>, IList<ApplicationStack>)

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

ApplicationStackResource()

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

public ApplicationStackResource ();
Public Sub New ()

適用対象

ApplicationStackResource(String, String, String, String, String, String, String, IList<StackMajorVersion>, IList<ApplicationStack>)

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

public ApplicationStackResource (string id = default, string name = default, string type = default, string kind = default, string applicationStackResourceName = default, string display = default, string dependency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StackMajorVersion> majorVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStack> frameworks = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StackMajorVersion> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStack> -> Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional applicationStackResourceName As String = Nothing, Optional display As String = Nothing, Optional dependency As String = Nothing, Optional majorVersions As IList(Of StackMajorVersion) = Nothing, Optional frameworks As IList(Of ApplicationStack) = Nothing)

パラメーター

id
String
name
String
type
String
kind
String

リソースの種類。

applicationStackResourceName
String

アプリケーション スタック名。

display
String

アプリケーション スタックの表示名。

dependency
String

アプリケーション スタックの依存関係。

majorVersions
IList<StackMajorVersion>

利用可能なメジャー バージョンの一覧。

frameworks
IList<ApplicationStack>

アプリケーション スタックに関連付けられているフレームワークの一覧。

適用対象