Sdílet prostřednictvím


ResourceSku Constructors

Definition

Overloads

ResourceSku()

Initializes a new instance of the ResourceSku class.

ResourceSku(String, String)

Initializes a new instance of the ResourceSku class.

ResourceSku()

Initializes a new instance of the ResourceSku class.

public ResourceSku ();
Public Sub New ()

Applies to

ResourceSku(String, String)

Initializes a new instance of the ResourceSku class.

public ResourceSku (string name, string tier = default);
new Microsoft.Azure.Management.PowerBIDedicated.Models.ResourceSku : string * string -> Microsoft.Azure.Management.PowerBIDedicated.Models.ResourceSku
Public Sub New (name As String, Optional tier As String = Nothing)

Parameters

name
String

Name of the SKU level.

tier
String

The name of the Azure pricing tier to which the SKU applies. Possible values include: 'PBIE_Azure'

Applies to