Freigeben über


ArmAppPlatformModelFactory.AppPlatformSkuRestrictions Methode

Definition

Initialisiert eine neue instance von AppPlatformSkuRestrictions.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions AppPlatformSkuRestrictions (Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsType? restrictionsType = default, System.Collections.Generic.IEnumerable<string> values = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionInfo restrictionInfo = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsReasonCode? reasonCode = default);
static member AppPlatformSkuRestrictions : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsType> * seq<string> * Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionInfo * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsReasonCode> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions
Public Shared Function AppPlatformSkuRestrictions (Optional restrictionsType As Nullable(Of AppPlatformSkuRestrictionsType) = Nothing, Optional values As IEnumerable(Of String) = Nothing, Optional restrictionInfo As AppPlatformSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of AppPlatformSkuRestrictionsReasonCode) = Nothing) As AppPlatformSkuRestrictions

Parameter

restrictionsType
Nullable<AppPlatformSkuRestrictionsType>

Ruft den Typ der Einschränkungen ab. Mögliche Werte sind: "Location", "Zone".

values
IEnumerable<String>

Ruft den Wert der Einschränkungen ab. Wenn der Einschränkungstyp auf speicherort festgelegt ist. Dies wären verschiedene Speicherorte, an denen die SKU eingeschränkt ist.

restrictionInfo
AppPlatformSkuRestrictionInfo

Ruft die Informationen zur Einschränkung ab, bei der die SKU nicht verwendet werden kann.

reasonCode
Nullable<AppPlatformSkuRestrictionsReasonCode>

Ruft den Grund für die Einschränkung ab. Mögliche Werte sind: "QuotaId", "NotAvailableForSubscription".

Gibt zurück

Eine neue AppPlatformSkuRestrictions instance zum Simulieren.

Gilt für: