ApiManagementSkuRestrictions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
O tipo de restrições. Os valores possíveis incluem: 'Location', 'Zone'
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
Azure SDK for .NET