ArmAppPlatformModelFactory.AppPlatformSkuRestrictions Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET