ResourceSkuResult Interface

public interface ResourceSkuResult

An immutable client-side representation of ResourceSkuResult.

Method Summary

Modifier and Type Method and Description
abstract ResourceSkuCapacity capacity()

Gets the capacity property: Specifies the number of API Management units.

abstract ResourceSkuResultInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceSkuResultInner object.

abstract String resourceType()

Gets the resourceType property: The type of resource the SKU applies to.

abstract ResourceSku sku()

Gets the sku property: Specifies API Management SKU.

Method Details

capacity

public abstract ResourceSkuCapacity capacity()

Gets the capacity property: Specifies the number of API Management units.

Returns:

the capacity value.

innerModel

public abstract ResourceSkuResultInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceSkuResultInner object.

Returns:

the inner object.

resourceType

public abstract String resourceType()

Gets the resourceType property: The type of resource the SKU applies to.

Returns:

the resourceType value.

sku

public abstract ResourceSku sku()

Gets the sku property: Specifies API Management SKU.

Returns:

the sku value.

Applies to