SkuInfosInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. SkuInfosInner
- com.
Implements
public final class SkuInfosInner
implements JsonSerializable<SkuInfosInner>
Collection of SKU information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sku |
fromJson(JsonReader jsonReader)
Reads an instance of Sku |
| String |
resourceType()
Get the resource |
|
List<Global |
skus()
Get the skus property: List of SKUs the subscription is able to use. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SkuInfosInner fromJson(JsonReader jsonReader)
Reads an instance of SkuInfosInner from the JsonReader.
Parameters:
Returns:
Throws:
resourceType
public String resourceType()
Get the resourceType property: Resource type that this SKU applies to.
Returns:
skus
public List<GlobalCsmSkuDescription> skus()
Get the skus property: List of SKUs the subscription is able to use.
Returns:
toJson
validate
public void validate()
Validates the instance.