次の方法で共有


ArmAppPlatformModelFactory.AppPlatformSkuLocationInfo メソッド

定義

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

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo AppPlatformSkuLocationInfo (Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails> zoneDetails = default);
static member AppPlatformSkuLocationInfo : Nullable<Azure.Core.AzureLocation> * seq<string> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo
Public Shared Function AppPlatformSkuLocationInfo (Optional location As Nullable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional zoneDetails As IEnumerable(Of AppPlatformSkuZoneDetails) = Nothing) As AppPlatformSkuLocationInfo

パラメーター

location
Nullable<AzureLocation>

SKU の場所を取得します。

zones
IEnumerable<String>

SKU がサポートされている可用性ゾーンの一覧を取得します。

zoneDetails
IEnumerable<AppPlatformSkuZoneDetails>

特定のゾーンの SKU で使用できる機能の詳細を取得します。

戻り値

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

適用対象