Compartir a través de


ArmAppPlatformModelFactory.AppPlatformSkuRestrictions Método

Definición

Inicializa una nueva instancia de 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

Parámetros

restrictionsType
Nullable<AppPlatformSkuRestrictionsType>

Obtiene el tipo de restricciones. Entre los valores posibles se incluyen: "Location", "Zone".

values
IEnumerable<String>

Obtiene el valor de las restricciones. Si el tipo de restricción se establece en location. Se trata de ubicaciones diferentes en las que la SKU está restringida.

restrictionInfo
AppPlatformSkuRestrictionInfo

Obtiene la información sobre la restricción en la que no se puede usar la SKU.

reasonCode
Nullable<AppPlatformSkuRestrictionsReasonCode>

Obtiene el motivo de la restricción. Entre los valores posibles se incluyen: "QuotaId", "NotAvailableForSubscription".

Devoluciones

AppPlatformSkuRestrictions Nueva instancia de para simular.

Se aplica a