ArmAppPlatformModelFactory.AppPlatformSkuRestrictions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET