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