SkuCapacity Class

  • java.lang.Object
    • com.azure.resourcemanager.webpubsub.models.SkuCapacity

public final class SkuCapacity

Describes scaling information of a sku.

Constructor Summary

Constructor Description
SkuCapacity()

Creates an instance of SkuCapacity class.

Method Summary

Modifier and Type Method and Description
List<Integer> allowedValues()

Get the allowedValues property: Allows capacity value list.

Integer defaultProperty()

Get the defaultProperty property: The default capacity.

Integer maximum()

Get the maximum property: The highest permitted capacity for this resource.

Integer minimum()

Get the minimum property: The lowest permitted capacity for this resource.

ScaleType 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

SkuCapacity

public SkuCapacity()

Creates an instance of SkuCapacity class.

Method Details

allowedValues

public List<Integer> allowedValues()

Get the allowedValues property: Allows capacity value list.

Returns:

the allowedValues value.

defaultProperty

public Integer defaultProperty()

Get the defaultProperty property: The default capacity.

Returns:

the defaultProperty value.

maximum

public Integer maximum()

Get the maximum property: The highest permitted capacity for this resource.

Returns:

the maximum value.

minimum

public Integer minimum()

Get the minimum property: The lowest permitted capacity for this resource.

Returns:

the minimum value.

scaleType

public ScaleType 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