AzureResourceSku Constructors

Definition

Overloads

AzureResourceSku()

Initializes a new instance of the AzureResourceSku class.

AzureResourceSku(String, AzureSku, AzureCapacity)

Initializes a new instance of the AzureResourceSku class.

AzureResourceSku()

Initializes a new instance of the AzureResourceSku class.

public AzureResourceSku ();
Public Sub New ()

Applies to

AzureResourceSku(String, AzureSku, AzureCapacity)

Initializes a new instance of the AzureResourceSku class.

public AzureResourceSku (string resourceType = default, Microsoft.Azure.Management.Kusto.Models.AzureSku sku = default, Microsoft.Azure.Management.Kusto.Models.AzureCapacity capacity = default);
new Microsoft.Azure.Management.Kusto.Models.AzureResourceSku : string * Microsoft.Azure.Management.Kusto.Models.AzureSku * Microsoft.Azure.Management.Kusto.Models.AzureCapacity -> Microsoft.Azure.Management.Kusto.Models.AzureResourceSku
Public Sub New (Optional resourceType As String = Nothing, Optional sku As AzureSku = Nothing, Optional capacity As AzureCapacity = Nothing)

Parameters

resourceType
String

Resource Namespace and Type.

sku
AzureSku

The SKU details.

capacity
AzureCapacity

The number of instances of the cluster.

Applies to