ResourceTypeSku Interface
public interface ResourceTypeSku
An immutable client-side representation of ResourceTypeSku.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<String> |
apiVersions()
Gets the api |
|
abstract
List<Sku |
costs()
Gets the costs property: The pricing info of the Sku. |
| abstract String |
family()
Gets the family property: The Sku family. |
|
abstract
Resource |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: The Sku kind. |
|
abstract
List<Sku |
locationInfo()
Gets the location |
| abstract List<String> |
locations()
Gets the locations property: Availability of the SKU for the region. |
|
abstract
Sku |
name()
Gets the name property: The Sku name. |
| abstract String |
resourceType()
Gets the resource |
|
abstract
List<Sku |
restrictions()
Gets the restrictions property: Restrictions of the SKU availability. |
|
abstract
Sku |
tier()
Gets the tier property: The Sku tier. |
Method Details
apiVersions
public abstract List<String> apiVersions()
Gets the apiVersions property: The API versions in which SKU is available.
Returns:
costs
public abstract List<SkuCost> costs()
Gets the costs property: The pricing info of the Sku.
Returns:
family
public abstract String family()
Gets the family property: The Sku family.
Returns:
innerModel
public abstract ResourceTypeSkuInner innerModel()
Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.ResourceTypeSkuInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: The Sku kind.
Returns:
locationInfo
public abstract List<SkuLocationInfo> locationInfo()
Gets the locationInfo property: Availability of the SKU for the location/zone.
Returns:
locations
public abstract List<String> locations()
Gets the locations property: Availability of the SKU for the region.
Returns:
name
public abstract SkuName name()
Gets the name property: The Sku name.
Returns:
resourceType
public abstract String resourceType()
Gets the resourceType property: The type of the resource.
Returns:
restrictions
public abstract List<SkuRestriction> restrictions()
Gets the restrictions property: Restrictions of the SKU availability.
Returns:
tier
public abstract SkuTier tier()
Gets the tier property: The Sku tier.
Returns: