AzureSku Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.models.AzureSku

public final class AzureSku

Azure SKU definition.

Constructor Summary

Constructor Description
AzureSku()

Creates an instance of AzureSku class.

Method Summary

Modifier and Type Method and Description
Integer capacity()

Get the capacity property: The number of instances of the cluster.

AzureSkuName name()

Get the name property: SKU name.

AzureSkuTier tier()

Get the tier property: SKU tier.

void validate()

Validates the instance.

AzureSku withCapacity(Integer capacity)

Set the capacity property: The number of instances of the cluster.

AzureSku withName(AzureSkuName name)

Set the name property: SKU name.

AzureSku withTier(AzureSkuTier tier)

Set the tier property: SKU tier.

Methods inherited from java.lang.Object

Constructor Details

AzureSku

public AzureSku()

Creates an instance of AzureSku class.

Method Details

capacity

public Integer capacity()

Get the capacity property: The number of instances of the cluster.

Returns:

the capacity value.

name

public AzureSkuName name()

Get the name property: SKU name.

Returns:

the name value.

tier

public AzureSkuTier tier()

Get the tier property: SKU tier.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

withCapacity

public AzureSku withCapacity(Integer capacity)

Set the capacity property: The number of instances of the cluster.

Parameters:

capacity - the capacity value to set.

Returns:

the AzureSku object itself.

withName

public AzureSku withName(AzureSkuName name)

Set the name property: SKU name.

Parameters:

name - the name value to set.

Returns:

the AzureSku object itself.

withTier

public AzureSku withTier(AzureSkuTier tier)

Set the tier property: SKU tier.

Parameters:

tier - the tier value to set.

Returns:

the AzureSku object itself.

Applies to