Delen via


SupportedSku Constructors

Definitie

Overloads

SupportedSku()

Initialiseert een nieuw exemplaar van de klasse SupportedSku.

SupportedSku(String, String, IList<SkuCapability>)

Initialiseert een nieuw exemplaar van de klasse SupportedSku.

SupportedSku()

Initialiseert een nieuw exemplaar van de klasse SupportedSku.

public SupportedSku ();
Public Sub New ()

Van toepassing op

SupportedSku(String, String, IList<SkuCapability>)

Initialiseert een nieuw exemplaar van de klasse SupportedSku.

public SupportedSku (string name = default, string familyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.SkuCapability> capabilities = default);
new Microsoft.Azure.Management.Batch.Models.SupportedSku : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.SkuCapability> -> Microsoft.Azure.Management.Batch.Models.SupportedSku
Public Sub New (Optional name As String = Nothing, Optional familyName As String = Nothing, Optional capabilities As IList(Of SkuCapability) = Nothing)

Parameters

name
String

De naam van de SKU.

familyName
String

De familienaam van de SKU.

capabilities
IList<SkuCapability>

Een verzameling mogelijkheden die door deze SKU worden ondersteund.

Van toepassing op