Share via


ResourceSku Constructors

Definition

Overloads

ResourceSku()

Initializes a new instance of the ResourceSku class.

ResourceSku(String, String, Nullable<Int32>)

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, Nullable<Int32>)

Initializes a new instance of the ResourceSku class.

public ResourceSku (string name, string tier = default, int? capacity = default);
new Microsoft.Azure.Management.Analysis.Models.ResourceSku : string * string * Nullable<int> -> Microsoft.Azure.Management.Analysis.Models.ResourceSku
Public Sub New (name As String, Optional tier As String = Nothing, Optional capacity As Nullable(Of Integer) = 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: 'Development', 'Basic', 'Standard'

capacity
Nullable<Int32>

The number of instances in the read only query pool.

Applies to