Interface GatewayResourceSkuResult
public interface GatewayResourceSkuResult
An immutable client-side representation of GatewayResourceSkuResult.
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()Gets the capacity property: Specifies the number of API Management gateway units.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayResourceSkuResultInner object.Gets the resourceType property: The type of resource the SKU applies to.sku()Gets the sku property: Specifies API Management gateway SKU.
-
Method Details
-
resourceType
String resourceType()Gets the resourceType property: The type of resource the SKU applies to.- Returns:
- the resourceType value.
-
sku
GatewaySku sku()Gets the sku property: Specifies API Management gateway SKU.- Returns:
- the sku value.
-
capacity
GatewaySkuCapacity capacity()Gets the capacity property: Specifies the number of API Management gateway units.- Returns:
- the capacity value.
-
innerModel
GatewayResourceSkuResultInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayResourceSkuResultInner object.- Returns:
- the inner object.
-