ResourceSku 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
ResourceSku() |
Inicializa uma nova instância da classe ResourceSku. |
ResourceSku(String, String, String, SkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<ResourceSkuRestrictions>) |
Inicializa uma nova instância da classe ResourceSku. |
ResourceSku()
Inicializa uma nova instância da classe ResourceSku.
public ResourceSku ();
Public Sub New ()
Aplica-se a
ResourceSku(String, String, String, SkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<ResourceSkuRestrictions>)
Inicializa uma nova instância da classe ResourceSku.
public ResourceSku (string resourceType = default, string name = default, string tier = default, Microsoft.Azure.Management.AppPlatform.Models.SkuCapacity capacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions> restrictions = default);
new Microsoft.Azure.Management.AppPlatform.Models.ResourceSku : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.SkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuLocationInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions> -> Microsoft.Azure.Management.AppPlatform.Models.ResourceSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional capacity As SkuCapacity = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of ResourceSkuLocationInfo) = Nothing, Optional restrictions As IList(Of ResourceSkuRestrictions) = Nothing)
Parâmetros
- resourceType
- String
Obtém o tipo de recurso ao qual o SKU se aplica.
- name
- String
Obtém o nome do SKU.
- tier
- String
Obtém a camada de SKU.
- capacity
- SkuCapacity
Obtém a capacidade do SKU.
- locationInfo
- IList<ResourceSkuLocationInfo>
Obtém uma lista de locais e zonas de disponibilidade nesses locais em que a SKU está disponível.
- restrictions
- IList<ResourceSkuRestrictions>
Obtém as restrições devido ao qual o SKU não pode ser usado. Isso estará vazio se não houver restrições.
Aplica-se a
Azure SDK for .NET