| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withCapabilities(List<CapabilityInner> capabilities)
Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.
|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withCapacity(SkuCapacity capacity)
Set the capacity property: Min, max, and default scale values of the SKU.
|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withFamily(String family)
Set the family property: Family code of the resource SKU.
|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withLocations(List<String> locations)
Set the locations property: Locations of the SKU.
|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withName(String name)
Set the name property: Name of the resource SKU.
|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withSize(String size)
Set the size property: Size specifier of the resource SKU.
|
GlobalCsmSkuDescription |
GlobalCsmSkuDescription.withTier(String tier)
Set the tier property: Service Tier of the resource SKU.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.