public class SkuDescription extends Object
| Constructor and Description |
|---|
SkuDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> |
capabilities()
Get the capabilities value.
|
Integer |
capacity()
Get the capacity value.
|
String |
family()
Get the family value.
|
List<String> |
locations()
Get the locations value.
|
String |
name()
Get the name value.
|
String |
size()
Get the size value.
|
SkuCapacity |
skuCapacity()
Get the skuCapacity value.
|
String |
tier()
Get the tier value.
|
SkuDescription |
withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities)
Set the capabilities value.
|
SkuDescription |
withCapacity(Integer capacity)
Set the capacity value.
|
SkuDescription |
withFamily(String family)
Set the family value.
|
SkuDescription |
withLocations(List<String> locations)
Set the locations value.
|
SkuDescription |
withName(String name)
Set the name value.
|
SkuDescription |
withSize(String size)
Set the size value.
|
SkuDescription |
withSkuCapacity(SkuCapacity skuCapacity)
Set the skuCapacity value.
|
SkuDescription |
withTier(String tier)
Set the tier value.
|
public String name()
public SkuDescription withName(String name)
name - the name value to setpublic String tier()
public SkuDescription withTier(String tier)
tier - the tier value to setpublic String size()
public SkuDescription withSize(String size)
size - the size value to setpublic String family()
public SkuDescription withFamily(String family)
family - the family value to setpublic Integer capacity()
public SkuDescription withCapacity(Integer capacity)
capacity - the capacity value to setpublic SkuCapacity skuCapacity()
public SkuDescription withSkuCapacity(SkuCapacity skuCapacity)
skuCapacity - the skuCapacity value to setpublic SkuDescription withLocations(List<String> locations)
locations - the locations value to setpublic List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities()
public SkuDescription withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities)
capabilities - the capabilities value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/