Compartilhar via


LabServicesSkuRestrictions Construtores

Definição

Sobrecargas

LabServicesSkuRestrictions()

Inicializa uma nova instância da classe LabServicesSkuRestrictions.

LabServicesSkuRestrictions(String, IList<String>, String)

Inicializa uma nova instância da classe LabServicesSkuRestrictions.

LabServicesSkuRestrictions()

Inicializa uma nova instância da classe LabServicesSkuRestrictions.

public LabServicesSkuRestrictions ();
Public Sub New ()

Aplica-se a

LabServicesSkuRestrictions(String, IList<String>, String)

Inicializa uma nova instância da classe LabServicesSkuRestrictions.

public LabServicesSkuRestrictions (string type = default, System.Collections.Generic.IList<string> values = default, string reasonCode = default);
new Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions
Public Sub New (Optional type As String = Nothing, Optional values As IList(Of String) = Nothing, Optional reasonCode As String = Nothing)

Parâmetros

type
String

O tipo de restrição. Os valores possíveis incluem: 'Location'

values
IList<String>

Os valores da restrição.

reasonCode
String

O motivo da restrição. Os valores possíveis incluem: 'QuotaId', 'NotAvailableForSubscription'

Aplica-se a