ResourceSkuProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devopsinfrastructure. models. ResourceSkuProperties
- com.
Implements
public final class ResourceSkuProperties
implements JsonSerializable<ResourceSkuProperties>
Properties of a ResourceSku.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Resource |
capabilities()
Get the capabilities property: Name value pairs to describe the capability. |
| String |
family()
Get the family property: The family of the SKU. |
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
|
List<Resource |
locationInfo()
Get the location |
| List<String> |
locations()
Get the locations property: The set of locations that the SKU is available. |
| String |
resourceType()
Get the resource |
|
List<Resource |
restrictions()
Get the restrictions property: The restrictions of the SKU. |
| String |
size()
Get the size property: The size of the SKU. |
| String |
tier()
Get the tier property: The tier of virtual machines in a scale set. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
capabilities
public List<ResourceSkuCapabilities> capabilities()
Get the capabilities property: Name value pairs to describe the capability.
Returns:
family
public String family()
Get the family property: The family of the SKU.
Returns:
fromJson
public static ResourceSkuProperties fromJson(JsonReader jsonReader)
Reads an instance of ResourceSkuProperties from the JsonReader.
Parameters:
Returns:
Throws:
locationInfo
public List<ResourceSkuLocationInfo> locationInfo()
Get the locationInfo property: A list of locations and availability zones in those locations where the SKU is available.
Returns:
locations
public List<String> locations()
Get the locations property: The set of locations that the SKU is available.
Returns:
resourceType
public String resourceType()
Get the resourceType property: The type of resource the SKU applies to.
Returns:
restrictions
public List<ResourceSkuRestrictions> restrictions()
Get the restrictions property: The restrictions of the SKU.
Returns:
size
public String size()
Get the size property: The size of the SKU.
Returns:
tier
public String tier()
Get the tier property: The tier of virtual machines in a scale set.
Returns:
toJson
validate
public void validate()
Validates the instance.