Share via


SupportedSku Constructors

Definition

Overloads

SupportedSku()

Initializes a new instance of the SupportedSku class.

SupportedSku(String, String, IList<SkuCapability>)

Initializes a new instance of the SupportedSku class.

SupportedSku()

Initializes a new instance of the SupportedSku class.

public SupportedSku ();
Public Sub New ()

Applies to

SupportedSku(String, String, IList<SkuCapability>)

Initializes a new instance of the SupportedSku class.

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

The name of the SKU.

familyName
String

The family name of the SKU.

capabilities
IList<SkuCapability>

A collection of capabilities which this SKU supports.

Applies to