次の方法で共有


ArmAppPlatformModelFactory.AppPlatformSkuRestrictions メソッド

定義

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

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions AppPlatformSkuRestrictions (Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsType? restrictionsType = default, System.Collections.Generic.IEnumerable<string> values = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionInfo restrictionInfo = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsReasonCode? reasonCode = default);
static member AppPlatformSkuRestrictions : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsType> * seq<string> * Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionInfo * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsReasonCode> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions
Public Shared Function AppPlatformSkuRestrictions (Optional restrictionsType As Nullable(Of AppPlatformSkuRestrictionsType) = Nothing, Optional values As IEnumerable(Of String) = Nothing, Optional restrictionInfo As AppPlatformSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of AppPlatformSkuRestrictionsReasonCode) = Nothing) As AppPlatformSkuRestrictions

パラメーター

restrictionsType
Nullable<AppPlatformSkuRestrictionsType>

制限の種類を取得します。 使用可能な値は、'Location'、'Zone' です。

values
IEnumerable<String>

制限の値を取得します。 制限の種類が location に設定されている場合。 これは、SKU が制限されている別の場所になります。

restrictionInfo
AppPlatformSkuRestrictionInfo

SKU を使用できない制限に関する情報を取得します。

reasonCode
Nullable<AppPlatformSkuRestrictionsReasonCode>

制限の理由を取得します。 使用可能な値は、'QuotaId'、'NotAvailableForSubscription' です。

戻り値

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

適用対象