次の方法で共有


ArmAppPlatformModelFactory.AvailableAppPlatformSku メソッド

定義

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

public static Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku AvailableAppPlatformSku (Azure.Core.ResourceType? resourceType = default, string name = default, string tier = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity capacity = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo> locationInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions> restrictions = default);
static member AvailableAppPlatformSku : Nullable<Azure.Core.ResourceType> * string * string * Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity * seq<Azure.Core.AzureLocation> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions> -> Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku
Public Shared Function AvailableAppPlatformSku (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional capacity As AppPlatformSkuCapacity = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional locationInfo As IEnumerable(Of AppPlatformSkuLocationInfo) = Nothing, Optional restrictions As IEnumerable(Of AppPlatformSkuRestrictions) = Nothing) As AvailableAppPlatformSku

パラメーター

resourceType
Nullable<ResourceType>

SKU が適用されるリソースの種類を取得します。

name
String

SKU の名前を取得します。

tier
String

SKU のレベルを取得します。

capacity
AppPlatformSkuCapacity

SKU の容量を取得します。

locations
IEnumerable<AzureLocation>

SKU が使用可能な場所のセットを取得します。

locationInfo
IEnumerable<AppPlatformSkuLocationInfo>

SKU が使用可能な場所の場所と可用性ゾーンの一覧を取得します。

restrictions
IEnumerable<AppPlatformSkuRestrictions>

SKU を使用できないために制限を取得します。 制限がない場合、これは空です。

戻り値

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

適用対象