public class GlobalCsmSkuDescription extends Object
| Constructor and Description |
|---|
GlobalCsmSkuDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> |
capabilities()
Get the capabilities value.
|
SkuCapacity |
capacity()
Get the capacity value.
|
List<String> |
locations()
Get the locations value.
|
String |
name()
Get the name value.
|
String |
tier()
Get the tier value.
|
GlobalCsmSkuDescription |
withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities)
Set the capabilities value.
|
GlobalCsmSkuDescription |
withCapacity(SkuCapacity capacity)
Set the capacity value.
|
GlobalCsmSkuDescription |
withLocations(List<String> locations)
Set the locations value.
|
GlobalCsmSkuDescription |
withName(String name)
Set the name value.
|
GlobalCsmSkuDescription |
withTier(String tier)
Set the tier value.
|
public String name()
public GlobalCsmSkuDescription withName(String name)
name - the name value to setpublic String tier()
public GlobalCsmSkuDescription withTier(String tier)
tier - the tier value to setpublic SkuCapacity capacity()
public GlobalCsmSkuDescription withCapacity(SkuCapacity capacity)
capacity - the capacity value to setpublic GlobalCsmSkuDescription withLocations(List<String> locations)
locations - the locations value to setpublic List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities()
public GlobalCsmSkuDescription 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.
*/