ResourceSkuRestrictions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ResourceSkuRestrictions() |
ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。 |
ResourceSkuRestrictions(Nullable<ResourceSkuRestrictionsType>, IList<String>, ResourceSkuRestrictionInfo, String) |
ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。 |
ResourceSkuRestrictions()
ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。
public ResourceSkuRestrictions ();
Public Sub New ()
適用対象
ResourceSkuRestrictions(Nullable<ResourceSkuRestrictionsType>, IList<String>, ResourceSkuRestrictionInfo, String)
ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。
public ResourceSkuRestrictions (Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType? type = default, System.Collections.Generic.IList<string> values = default, Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo restrictionInfo = default, string reasonCode = default);
new Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions : Nullable<Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo * string -> Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions
Public Sub New (Optional type As Nullable(Of ResourceSkuRestrictionsType) = Nothing, Optional values As IList(Of String) = Nothing, Optional restrictionInfo As ResourceSkuRestrictionInfo = Nothing, Optional reasonCode As String = Nothing)
パラメーター
制限の種類。 使用可能な値は、'Location'、'Zone' です。
- restrictionInfo
- ResourceSkuRestrictionInfo
SKU を使用できない制限に関する情報。
- reasonCode
- String
制限の理由。 使用できる値は、'QuotaId'、'NotAvailableForSubscription' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET