Compartilhar via


ArmApiManagementModelFactory.ApiManagementSkuRestrictions Método

Definição

Inicializa uma nova instância de ApiManagementSkuRestrictions.

public static Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictions ApiManagementSkuRestrictions (Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsType? restrictionsType = default, System.Collections.Generic.IEnumerable<string> values = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionInfo restrictionInfo = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode? reasonCode = default);
static member ApiManagementSkuRestrictions : Nullable<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsType> * seq<string> * Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionInfo * Nullable<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode> -> Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictions
Public Shared Function ApiManagementSkuRestrictions (Optional restrictionsType As Nullable(Of ApiManagementSkuRestrictionsType) = Nothing, Optional values As IEnumerable(Of String) = Nothing, Optional restrictionInfo As ApiManagementSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of ApiManagementSkuRestrictionsReasonCode) = Nothing) As ApiManagementSkuRestrictions

Parâmetros

restrictionsType
Nullable<ApiManagementSkuRestrictionsType>

O tipo de restrições.

values
IEnumerable<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.

Retornos

Uma nova ApiManagementSkuRestrictions instância para simulação.

Aplica-se a