Class GlobalCsmSkuDescription
java.lang.Object
com.microsoft.azure.management.appservice.GlobalCsmSkuDescription
A Global SKU Description.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.azure.management.appservice.implementation.CapabilityInner>
Get capabilities of the SKU, e.g., is traffic manager enabled?.capacity()
Get min, max, and default scale values of the SKU.family()
Get family code of the resource SKU.Get locations of the SKU.name()
Get name of the resource SKU.size()
Get size specifier of the resource SKU.tier()
Get service Tier of the resource SKU.withCapabilities
(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities) Set capabilities of the SKU, e.g., is traffic manager enabled?.withCapacity
(SkuCapacity capacity) Set min, max, and default scale values of the SKU.withFamily
(String family) Set family code of the resource SKU.withLocations
(List<String> locations) Set locations of the SKU.Set name of the resource SKU.Set size specifier of the resource SKU.Set service Tier of the resource SKU.
-
Constructor Details
-
GlobalCsmSkuDescription
public GlobalCsmSkuDescription()
-
-
Method Details
-
name
Get name of the resource SKU.- Returns:
- the name value
-
withName
Set name of the resource SKU.- Parameters:
name
- the name value to set- Returns:
- the GlobalCsmSkuDescription object itself.
-
tier
Get service Tier of the resource SKU.- Returns:
- the tier value
-
withTier
Set service Tier of the resource SKU.- Parameters:
tier
- the tier value to set- Returns:
- the GlobalCsmSkuDescription object itself.
-
size
Get size specifier of the resource SKU.- Returns:
- the size value
-
withSize
Set size specifier of the resource SKU.- Parameters:
size
- the size value to set- Returns:
- the GlobalCsmSkuDescription object itself.
-
family
Get family code of the resource SKU.- Returns:
- the family value
-
withFamily
Set family code of the resource SKU.- Parameters:
family
- the family value to set- Returns:
- the GlobalCsmSkuDescription object itself.
-
capacity
Get min, max, and default scale values of the SKU.- Returns:
- the capacity value
-
withCapacity
Set min, max, and default scale values of the SKU.- Parameters:
capacity
- the capacity value to set- Returns:
- the GlobalCsmSkuDescription object itself.
-
locations
Get locations of the SKU.- Returns:
- the locations value
-
withLocations
Set locations of the SKU.- Parameters:
locations
- the locations value to set- Returns:
- the GlobalCsmSkuDescription object itself.
-
capabilities
public List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities()Get capabilities of the SKU, e.g., is traffic manager enabled?.- Returns:
- the capabilities value
-
withCapabilities
public GlobalCsmSkuDescription withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities) Set capabilities of the SKU, e.g., is traffic manager enabled?.- Parameters:
capabilities
- the capabilities value to set- Returns:
- the GlobalCsmSkuDescription object itself.
-