Class SkuInfosInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner
-
public final class SkuInfosInner extends Object
Collection of SKU information.
-
-
Constructor Summary
Constructors Constructor Description SkuInfosInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringresourceType()Get the resourceType property: Resource type that this SKU applies to.List<GlobalCsmSkuDescription>skus()Get the skus property: List of SKUs the subscription is able to use.voidvalidate()Validates the instance.SkuInfosInnerwithResourceType(String resourceType)Set the resourceType property: Resource type that this SKU applies to.SkuInfosInnerwithSkus(List<GlobalCsmSkuDescription> skus)Set the skus property: List of SKUs the subscription is able to use.
-
-
-
Method Detail
-
resourceType
public String resourceType()
Get the resourceType property: Resource type that this SKU applies to.- Returns:
- the resourceType value.
-
withResourceType
public SkuInfosInner withResourceType(String resourceType)
Set the resourceType property: Resource type that this SKU applies to.- Parameters:
resourceType- the resourceType value to set.- Returns:
- the SkuInfosInner object itself.
-
skus
public List<GlobalCsmSkuDescription> skus()
Get the skus property: List of SKUs the subscription is able to use.- Returns:
- the skus value.
-
withSkus
public SkuInfosInner withSkus(List<GlobalCsmSkuDescription> skus)
Set the skus property: List of SKUs the subscription is able to use.- Parameters:
skus- the skus value to set.- Returns:
- the SkuInfosInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-