次の方法で共有


ApiManagementSkuRestrictions コンストラクター

定義

オーバーロード

ApiManagementSkuRestrictions()

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

ApiManagementSkuRestrictions(Nullable<ApiManagementSkuRestrictionsType>, IList<String>, ApiManagementSkuRestrictionInfo, Nullable<ApiManagementSkuRestrictionsReasonCode>)

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

ApiManagementSkuRestrictions()

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

public ApiManagementSkuRestrictions ();
Public Sub New ()

適用対象

ApiManagementSkuRestrictions(Nullable<ApiManagementSkuRestrictionsType>, IList<String>, ApiManagementSkuRestrictionInfo, Nullable<ApiManagementSkuRestrictionsReasonCode>)

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

public ApiManagementSkuRestrictions (Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsType? type = default, System.Collections.Generic.IList<string> values = default, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo restrictionInfo = default, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode? reasonCode = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions : Nullable<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsType> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo * Nullable<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode> -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions
Public Sub New (Optional type As Nullable(Of ApiManagementSkuRestrictionsType) = Nothing, Optional values As IList(Of String) = Nothing, Optional restrictionInfo As ApiManagementSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of ApiManagementSkuRestrictionsReasonCode) = Nothing)

パラメーター

type
Nullable<ApiManagementSkuRestrictionsType>

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

values
IList<String>

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

restrictionInfo
ApiManagementSkuRestrictionInfo

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

reasonCode
Nullable<ApiManagementSkuRestrictionsReasonCode>

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

適用対象