ResourceSkuCapacity Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.ResourceSkuCapacity

public final class ResourceSkuCapacity

Describes scaling information of a SKU.

Constructor Summary

Constructor Description
ResourceSkuCapacity()

Creates an instance of ResourceSkuCapacity class.

Method Summary

Modifier and Type Method and Description
Long defaultProperty()

Get the defaultProperty property: The default capacity.

Long maximum()

Get the maximum property: The maximum capacity that can be set.

Long minimum()

Get the minimum property: The minimum capacity.

ResourceSkuCapacityScaleType scaleType()

Get the scaleType property: The scale type applicable to the sku.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceSkuCapacity

public ResourceSkuCapacity()

Creates an instance of ResourceSkuCapacity class.

Method Details

defaultProperty

public Long defaultProperty()

Get the defaultProperty property: The default capacity.

Returns:

the defaultProperty value.

maximum

public Long maximum()

Get the maximum property: The maximum capacity that can be set.

Returns:

the maximum value.

minimum

public Long minimum()

Get the minimum property: The minimum capacity.

Returns:

the minimum value.

scaleType

public ResourceSkuCapacityScaleType scaleType()

Get the scaleType property: The scale type applicable to the sku.

Returns:

the scaleType value.

validate

public void validate()

Validates the instance.

Applies to