ResourceSkuRestrictions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ResourceSkuRestrictions() |
Inicializa uma nova instância da classe ResourceSkuRestrictions. |
ResourceSkuRestrictions(String, IList<String>, ResourceSkuRestrictionInfo, String) |
Inicializa uma nova instância da classe ResourceSkuRestrictions. |
ResourceSkuRestrictions()
Inicializa uma nova instância da classe ResourceSkuRestrictions.
public ResourceSkuRestrictions ();
Public Sub New ()
Aplica-se a
ResourceSkuRestrictions(String, IList<String>, ResourceSkuRestrictionInfo, String)
Inicializa uma nova instância da classe ResourceSkuRestrictions.
public ResourceSkuRestrictions (string type = default, System.Collections.Generic.IList<string> values = default, Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictionInfo restrictionInfo = default, string reasonCode = default);
new Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictionInfo * string -> Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions
Public Sub New (Optional type As String = Nothing, Optional values As IList(Of String) = Nothing, Optional restrictionInfo As ResourceSkuRestrictionInfo = Nothing, Optional reasonCode As String = Nothing)
Parâmetros
- type
- String
Obtém o tipo de restrições. Os valores possíveis incluem: 'Location', 'Zone'
Obtém o valor das restrições. Se o tipo de restrição estiver definido como local. Esses seriam locais diferentes em que o SKU é restrito.
- restrictionInfo
- ResourceSkuRestrictionInfo
Obtém as informações sobre a restrição em que o SKU não pode ser usado.
- reasonCode
- String
Obtém o motivo da restrição. Os valores possíveis incluem: 'QuotaId', 'NotAvailableForSubscription'
Aplica-se a
Azure SDK for .NET