SkuInformationInner Class
- java.
lang. Object - com.
azure. resourcemanager. databox. fluent. models. SkuInformationInner
- com.
Implements
public final class SkuInformationInner
implements JsonSerializable<SkuInformationInner>
Information of the sku.
Constructor Summary
| Constructor | Description |
|---|---|
| SkuInformationInner() |
Creates an instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
apiVersions()
Get the api |
|
Sku |
capacity()
Get the capacity property: Capacity of the Sku. |
|
List<Sku |
costs()
Get the costs property: Cost of the Sku. |
| List<String> |
countriesWithinCommerceBoundary()
Get the countries |
|
List<Data |
dataLocationToServiceLocationMap()
Get the data |
|
Sku |
disabledReason()
Get the disabled |
| String |
disabledReasonMessage()
Get the disabled |
| Boolean |
enabled()
Get the enabled property: The sku is enabled or not. |
|
static
Sku |
fromJson(JsonReader jsonReader)
Reads an instance of Sku |
| String |
requiredFeature()
Get the required |
| Sku |
sku()
Get the sku property: The Sku. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SkuInformationInner
public SkuInformationInner()
Creates an instance of SkuInformationInner class.
Method Details
apiVersions
public List<String> apiVersions()
Get the apiVersions property: Api versions that support this Sku.
Returns:
capacity
public SkuCapacity capacity()
Get the capacity property: Capacity of the Sku.
Returns:
costs
public List<SkuCost> costs()
Get the costs property: Cost of the Sku.
Returns:
countriesWithinCommerceBoundary
public List<String> countriesWithinCommerceBoundary()
Get the countriesWithinCommerceBoundary property: List of all the Countries in the SKU specific commerce boundary.
Returns:
dataLocationToServiceLocationMap
public List<DataLocationToServiceLocationMap> dataLocationToServiceLocationMap()
Get the dataLocationToServiceLocationMap property: The map of data location to service location.
Returns:
disabledReason
public SkuDisabledReason disabledReason()
Get the disabledReason property: Reason why the Sku is disabled.
Returns:
disabledReasonMessage
public String disabledReasonMessage()
Get the disabledReasonMessage property: Message for why the Sku is disabled.
Returns:
enabled
public Boolean enabled()
Get the enabled property: The sku is enabled or not.
Returns:
fromJson
public static SkuInformationInner fromJson(JsonReader jsonReader)
Reads an instance of SkuInformationInner from the JsonReader.
Parameters:
Returns:
Throws:
requiredFeature
public String requiredFeature()
Get the requiredFeature property: Required feature to access the sku.
Returns:
sku
public Sku sku()
Get the sku property: The Sku.
Returns:
toJson
validate
public void validate()
Validates the instance.