| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SkuDescription |
SkuInfoInner.sku()
Get the sku property: Name and tier of the SKU.
|
SkuDescription |
AppServicePlanInner.sku()
Get the sku property: Description of a SKU for a scalable resource.
|
SkuDescription |
StaticSiteArmResourceInner.sku()
Get the sku property: Description of a SKU for a scalable resource.
|
SkuDescription |
WorkerPoolResourceInner.sku()
Get the sku property: Description of a SKU for a scalable resource.
|
| Modifier and Type | Method and Description |
|---|---|
SkuInfoInner |
SkuInfoInner.withSku(SkuDescription sku)
Set the sku property: Name and tier of the SKU.
|
AppServicePlanInner |
AppServicePlanInner.withSku(SkuDescription sku)
Set the sku property: Description of a SKU for a scalable resource.
|
StaticSiteArmResourceInner |
StaticSiteArmResourceInner.withSku(SkuDescription sku)
Set the sku property: Description of a SKU for a scalable resource.
|
WorkerPoolResourceInner |
WorkerPoolResourceInner.withSku(SkuDescription sku)
Set the sku property: Description of a SKU for a scalable resource.
|
| Modifier and Type | Method and Description |
|---|---|
SkuDescription |
ResponseMessageEnvelopeRemotePrivateEndpointConnection.sku()
Get the sku property: SKU description of the resource.
|
SkuDescription |
PricingTier.toSkuDescription() |
SkuDescription |
SkuDescription.withCapabilities(List<CapabilityInner> capabilities)
Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.
|
SkuDescription |
SkuDescription.withCapacity(Integer capacity)
Set the capacity property: Current number of instances assigned to the resource.
|
SkuDescription |
SkuDescription.withFamily(String family)
Set the family property: Family code of the resource SKU.
|
SkuDescription |
SkuDescription.withLocations(List<String> locations)
Set the locations property: Locations of the SKU.
|
SkuDescription |
SkuDescription.withName(String name)
Set the name property: Name of the resource SKU.
|
SkuDescription |
SkuDescription.withSize(String size)
Set the size property: Size specifier of the resource SKU.
|
SkuDescription |
SkuDescription.withSkuCapacity(SkuCapacity skuCapacity)
Set the skuCapacity property: Min, max, and default scale values of the SKU.
|
SkuDescription |
SkuDescription.withTier(String tier)
Set the tier property: Service tier of the resource SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static PricingTier |
PricingTier.fromSkuDescription(SkuDescription skuDescription)
Parses a serialized value to an AppServicePricingTier instance.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
ResponseMessageEnvelopeRemotePrivateEndpointConnection.withSku(SkuDescription sku)
Set the sku property: SKU description of the resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.