Partager via


ApiManagementSkuRestrictions Constructeurs

Définition

Surcharges

ApiManagementSkuRestrictions()

Initialise une nouvelle instance de la classe ApiManagementSkuRestrictions.

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

Initialise une nouvelle instance de la classe ApiManagementSkuRestrictions.

ApiManagementSkuRestrictions()

Initialise une nouvelle instance de la classe ApiManagementSkuRestrictions.

public ApiManagementSkuRestrictions ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

type
Nullable<ApiManagementSkuRestrictionsType>

Type de restrictions. Les valeurs possibles sont les suivantes : 'Location', 'Zone'

values
IList<String>

Valeur des restrictions. Si le type de restriction est défini sur l’emplacement. Il s’agit de différents emplacements où la référence SKU est restreinte.

restrictionInfo
ApiManagementSkuRestrictionInfo

Informations sur la restriction dans laquelle la référence SKU ne peut pas être utilisée.

reasonCode
Nullable<ApiManagementSkuRestrictionsReasonCode>

Raison de la restriction. Les valeurs possibles incluent : 'QuotaId', 'NotAvailableForSubscription'

S’applique à