public final class ResourceSkuInner extends Object
Constructor and Description |
---|
ResourceSkuInner() |
Modifier and Type | Method and Description |
---|---|
List<String> |
apiVersions()
Get the apiVersions property: The api versions that support this SKU.
|
List<ResourceSkuCapabilities> |
capabilities()
Get the capabilities property: A name value pair to describe the capability.
|
ResourceSkuCapacity |
capacity()
Get the capacity property: Specifies the number of virtual machines in the scale set.
|
List<ResourceSkuCosts> |
costs()
Get the costs property: Metadata for retrieving price info.
|
String |
family()
Get the family property: The Family of this particular SKU.
|
String |
kind()
Get the kind property: The Kind of resources that are supported in this SKU.
|
List<ResourceSkuLocationInfo> |
locationInfo()
Get the locationInfo property: A list of locations and availability zones in those locations where the SKU is
available.
|
List<String> |
locations()
Get the locations property: The set of locations that the SKU is available.
|
String |
name()
Get the name property: The name of SKU.
|
String |
resourceType()
Get the resourceType property: The type of resource the SKU applies to.
|
List<ResourceSkuRestrictions> |
restrictions()
Get the restrictions property: The restrictions because of which SKU cannot be used.
|
String |
size()
Get the size property: The Size of the SKU.
|
String |
tier()
Get the tier property: Specifies the tier of virtual machines in a scale set.<br /><br /> Possible
Values:<br /><br /> **Standard**<br /><br /> **Basic**.
|
void |
validate()
Validates the instance.
|
public String resourceType()
public String name()
public String tier()
public String size()
public String family()
public String kind()
public ResourceSkuCapacity capacity()
public List<String> locations()
public List<ResourceSkuLocationInfo> locationInfo()
public List<String> apiVersions()
public List<ResourceSkuCosts> costs()
public List<ResourceSkuCapabilities> capabilities()
public List<ResourceSkuRestrictions> restrictions()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.