Sku Class

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

public final class Sku

Describes an available sku.".

Constructor Summary

Constructor Description
Sku()

Creates an instance of Sku class.

Method Summary

Modifier and Type Method and Description
SkuCapacity capacity()

Get the capacity property: Describes scaling information of a sku.

String resourceType()

Get the resourceType property: The resource type that this object applies to.

ResourceSku sku()

Get the sku property: The billing information of the resource.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

Sku

public Sku()

Creates an instance of Sku class.

Method Details

capacity

public SkuCapacity capacity()

Get the capacity property: Describes scaling information of a sku.

Returns:

the capacity value.

resourceType

public String resourceType()

Get the resourceType property: The resource type that this object applies to.

Returns:

the resourceType value.

sku

public ResourceSku sku()

Get the sku property: The billing information of the resource.

Returns:

the sku value.

validate

public void validate()

Validates the instance.

Applies to