Freigeben über


ApiManagementSkuRestrictions Konstruktoren

Definition

Überlädt

ApiManagementSkuRestrictions()

Initialisiert eine neue instance der ApiManagementSkuRestrictions-Klasse.

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

Initialisiert eine neue instance der ApiManagementSkuRestrictions-Klasse.

ApiManagementSkuRestrictions()

Initialisiert eine neue instance der ApiManagementSkuRestrictions-Klasse.

public ApiManagementSkuRestrictions ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ApiManagementSkuRestrictions-Klasse.

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)

Parameter

type
Nullable<ApiManagementSkuRestrictionsType>

Die Art der Einschränkungen. Mögliche Werte: "Location", "Zone"

values
IList<String>

Der Wert von Einschränkungen. Wenn der Einschränkungstyp auf Speicherort festgelegt ist. Dies wären verschiedene Standorte, an denen die SKU eingeschränkt ist.

restrictionInfo
ApiManagementSkuRestrictionInfo

Die Informationen über die Einschränkung, bei der die SKU nicht verwendet werden kann.

reasonCode
Nullable<ApiManagementSkuRestrictionsReasonCode>

Der Grund für die Einschränkung. Mögliche Werte: "QuotaId", "NotAvailableForSubscription"

Gilt für: