次の方法で共有


Restriction コンストラクター

定義

オーバーロード

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 のみです。

values
IList<String>

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

reasonCode
ReasonCode

制限の理由。 現時点では、これは "QuotaId" または "NotAvailableForSubscription" にすることができます。 クォータ ID は、サブスクリプションがそのクォータに属していないため、SKU に requiredQuotas パラメーターがある場合に設定されます。 "NotAvailableForSubscription" は DC の容量に関連しています。 使用できる値は、'QuotaId'、'NotAvailableForSubscription' です。

適用対象