次の方法で共有


ResourceSkuRestrictions コンストラクター

定義

オーバーロード

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)

パラメーター

type
Nullable<ResourceSkuRestrictionsType>

制限の種類。 使用可能な値は、'Location'、'Zone' です。

values
IList<String>

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

restrictionInfo
ResourceSkuRestrictionInfo

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

reasonCode
String

制限の理由。 使用できる値は、'QuotaId'、'NotAvailableForSubscription' です。

適用対象