次の方法で共有


ArmAppPlatformModelFactory.AppPlatformSkuZoneDetails メソッド

定義

AppPlatformSkuZoneDetails の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails AppPlatformSkuZoneDetails (System.Collections.Generic.IEnumerable<string> name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapabilities> capabilities = default);
static member AppPlatformSkuZoneDetails : seq<string> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapabilities> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails
Public Shared Function AppPlatformSkuZoneDetails (Optional name As IEnumerable(Of String) = Nothing, Optional capabilities As IEnumerable(Of AppPlatformSkuCapabilities) = Nothing) As AppPlatformSkuZoneDetails

パラメーター

name
IEnumerable<String>

指定した機能で SKU が使用できるゾーンのセットを取得します。

capabilities
IEnumerable<AppPlatformSkuCapabilities>

指定したゾーンの一覧の SKU で使用できる機能の一覧を取得します。

戻り値

モック作成用の新しい AppPlatformSkuZoneDetails インスタンス。

適用対象