共用方式為


Sku Constructors

Definition

Overloads

Sku()

Initializes a new instance of the Sku class.

Sku(SkuName, SkuTier)

Initializes a new instance of the Sku class.

Sku()

Initializes a new instance of the Sku class.

public Sku ();
Public Sub New ()

Applies to

Sku(SkuName, SkuTier)

Initializes a new instance of the Sku class.

public Sku (Microsoft.Azure.Management.VideoAnalyzer.Models.SkuName name, Microsoft.Azure.Management.VideoAnalyzer.Models.SkuTier tier = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.Sku : Microsoft.Azure.Management.VideoAnalyzer.Models.SkuName * Microsoft.Azure.Management.VideoAnalyzer.Models.SkuTier -> Microsoft.Azure.Management.VideoAnalyzer.Models.Sku
Public Sub New (name As SkuName, Optional tier As SkuTier = Nothing)

Parameters

name
SkuName

The SKU name. Possible values include: 'Live_S1', 'Batch_S1'

tier
SkuTier

The SKU tier. Possible values include: 'Standard'

Applies to