ArmAppServiceModelFactory.ApplicationStackResource メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ApplicationStackResource の新しいインスタンスを初期化します。
public static Azure.ResourceManager.AppService.Models.ApplicationStackResource ApplicationStackResource (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string stackName = default, string display = default, string dependency = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.StackMajorVersion> majorVersions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.ApplicationStack> frameworks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.ApplicationStack> isDeprecated = default, string kind = default);
static member ApplicationStackResource : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * seq<Azure.ResourceManager.AppService.Models.StackMajorVersion> * seq<Azure.ResourceManager.AppService.Models.ApplicationStack> * seq<Azure.ResourceManager.AppService.Models.ApplicationStack> * string -> Azure.ResourceManager.AppService.Models.ApplicationStackResource
Public Shared Function ApplicationStackResource (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional stackName As String = Nothing, Optional display As String = Nothing, Optional dependency As String = Nothing, Optional majorVersions As IEnumerable(Of StackMajorVersion) = Nothing, Optional frameworks As IEnumerable(Of ApplicationStack) = Nothing, Optional isDeprecated As IEnumerable(Of ApplicationStack) = Nothing, Optional kind As String = Nothing) As ApplicationStackResource
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- stackName
- String
アプリケーション スタック名。
- display
- String
アプリケーション スタックの表示名。
- dependency
- String
アプリケーション スタックの依存関係。
- majorVersions
- IEnumerable<StackMajorVersion>
利用可能なメジャー バージョンの一覧。
- frameworks
- IEnumerable<ApplicationStack>
アプリケーション スタックに関連付けられているフレームワークの一覧。
- isDeprecated
- IEnumerable<ApplicationStack>
<スタック>が非推奨の場合はコード true</code>、それ以外の場合<は false</code をコード>>化します。
- kind
- String
リソースの種類。
戻り値
モック作成用の新しい ApplicationStackResource インスタンス。