Compartilhar via


ApiManagementSkuRestrictions Construtores

Definição

Sobrecargas

ApiManagementSkuRestrictions()

Inicializa uma nova instância da classe ApiManagementSkuRestrictions.

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

Inicializa uma nova instância da classe ApiManagementSkuRestrictions.

ApiManagementSkuRestrictions()

Inicializa uma nova instância da classe ApiManagementSkuRestrictions.

public ApiManagementSkuRestrictions();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

type
Nullable<ApiManagementSkuRestrictionsType>

O tipo de restrições. Os valores possíveis incluem: 'Location', 'Zone'

values
IList<String>

O valor das restrições. Se o tipo de restrição estiver definido como local. Esses seriam locais diferentes em que o SKU é restrito.

restrictionInfo
ApiManagementSkuRestrictionInfo

As informações sobre a restrição em que o SKU não pode ser usado.

reasonCode
Nullable<ApiManagementSkuRestrictionsReasonCode>

O motivo da restrição. Os valores possíveis incluem: 'QuotaId', 'NotAvailableForSubscription'

Aplica-se a