LabServicesSku Construtores

Definição

Sobrecargas

LabServicesSku()

Inicializa uma nova instância da classe LabServicesSku.

LabServicesSku(String, String, String, String, String, LabServicesSkuCapacity, IList<LabServicesSkuCapabilities>, IList<String>, IList<LabServicesSkuCost>, IList<LabServicesSkuRestrictions>)

Inicializa uma nova instância da classe LabServicesSku.

LabServicesSku()

Inicializa uma nova instância da classe LabServicesSku.

public LabServicesSku ();
Public Sub New ()

Aplica-se a

LabServicesSku(String, String, String, String, String, LabServicesSkuCapacity, IList<LabServicesSkuCapabilities>, IList<String>, IList<LabServicesSkuCost>, IList<LabServicesSkuRestrictions>)

Inicializa uma nova instância da classe LabServicesSku.

public LabServicesSku (string resourceType = default, string name = default, string tier = default, string size = default, string family = default, Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapacity capacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapabilities> capabilities = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCost> costs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions> restrictions = default);
new Microsoft.Azure.Management.LabServices.Models.LabServicesSku : string * string * string * string * string * Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapabilities> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCost> * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions> -> Microsoft.Azure.Management.LabServices.Models.LabServicesSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As LabServicesSkuCapacity = Nothing, Optional capabilities As IList(Of LabServicesSkuCapabilities) = Nothing, Optional locations As IList(Of String) = Nothing, Optional costs As IList(Of LabServicesSkuCost) = Nothing, Optional restrictions As IList(Of LabServicesSkuRestrictions) = Nothing)

Parâmetros

resourceType
String

O tipo de recurso de serviços de laboratório.

name
String

O nome da SKU.

tier
String

A camada do SKU. Os valores possíveis incluem: 'Standard', 'Premium'

size
String

O tamanho da SKU.

family
String

A família do SKU.

capabilities
IList<LabServicesSkuCapabilities>

Os recursos do SKU.

locations
IList<String>

Lista de locais disponíveis para um tamanho.

costs
IList<LabServicesSkuCost>

Metadados para recuperar informações de preço de SKUs de serviços de laboratório.

restrictions
IList<LabServicesSkuRestrictions>

Restrições de SKUs de serviços de laboratório.

Aplica-se a