SkuInformation Interface
public interface SkuInformation
An immutable client-side representation of SkuInformation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<String> |
apiVersions()
Gets the api |
|
abstract
Sku |
capacity()
Gets the capacity property: Capacity of the Sku. |
|
abstract
List<Sku |
costs()
Gets the costs property: Cost of the Sku. |
| abstract List<String> |
countriesWithinCommerceBoundary()
Gets the countries |
|
abstract
List<Data |
dataLocationToServiceLocationMap()
Gets the data |
|
abstract
Sku |
disabledReason()
Gets the disabled |
| abstract String |
disabledReasonMessage()
Gets the disabled |
| abstract Boolean |
enabled()
Gets the enabled property: The sku is enabled or not. |
|
abstract
Sku |
innerModel()
Gets the inner com. |
| abstract String |
requiredFeature()
Gets the required |
| abstract Sku |
sku()
Gets the sku property: The Sku. |
Method Details
apiVersions
public abstract List<String> apiVersions()
Gets the apiVersions property: Api versions that support this Sku.
Returns:
capacity
public abstract SkuCapacity capacity()
Gets the capacity property: Capacity of the Sku.
Returns:
costs
public abstract List<SkuCost> costs()
Gets the costs property: Cost of the Sku.
Returns:
countriesWithinCommerceBoundary
public abstract List<String> countriesWithinCommerceBoundary()
Gets the countriesWithinCommerceBoundary property: List of all the Countries in the SKU specific commerce boundary.
Returns:
dataLocationToServiceLocationMap
public abstract List<DataLocationToServiceLocationMap> dataLocationToServiceLocationMap()
Gets the dataLocationToServiceLocationMap property: The map of data location to service location.
Returns:
disabledReason
public abstract SkuDisabledReason disabledReason()
Gets the disabledReason property: Reason why the Sku is disabled.
Returns:
disabledReasonMessage
public abstract String disabledReasonMessage()
Gets the disabledReasonMessage property: Message for why the Sku is disabled.
Returns:
enabled
public abstract Boolean enabled()
Gets the enabled property: The sku is enabled or not.
Returns:
innerModel
public abstract SkuInformationInner innerModel()
Gets the inner com.azure.resourcemanager.databox.fluent.models.SkuInformationInner object.
Returns:
requiredFeature
public abstract String requiredFeature()
Gets the requiredFeature property: Required feature to access the sku.
Returns:
sku
public abstract Sku sku()
Gets the sku property: The Sku.
Returns: