次の方法で共有


ResourceSkuRestrictions コンストラクター

定義

オーバーロード

ResourceSkuRestrictions()

ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。

ResourceSkuRestrictions(Nullable<ResourceSkuRestrictionsType>, IList<String>, ResourceSkuRestrictionInfo, Nullable<ResourceSkuRestrictionsReasonCode>)

ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。

ResourceSkuRestrictions()

ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。

public ResourceSkuRestrictions();
Public Sub New ()

適用対象

ResourceSkuRestrictions(Nullable<ResourceSkuRestrictionsType>, IList<String>, ResourceSkuRestrictionInfo, Nullable<ResourceSkuRestrictionsReasonCode>)

ResourceSkuRestrictions クラスの新しいインスタンスを初期化します。

public ResourceSkuRestrictions(Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType? type = default, System.Collections.Generic.IList<string> values = default, Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo restrictionInfo = default, Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode? reasonCode = default);
new Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions : Nullable<Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo * Nullable<Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode> -> Microsoft.Azure.Management.Compute.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 Nullable(Of ResourceSkuRestrictionsReasonCode) = Nothing)

パラメーター

type
Nullable<ResourceSkuRestrictionsType>

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

values
IList<String>

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

restrictionInfo
ResourceSkuRestrictionInfo

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

reasonCode
Nullable<ResourceSkuRestrictionsReasonCode>

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

適用対象