| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SkuName |
SkuName.CUSTOM_VERIZON
Static value Custom_Verizon for SkuName.
|
static SkuName |
SkuName.PREMIUM_CHINA_CDN
Static value Premium_ChinaCdn for SkuName.
|
static SkuName |
SkuName.PREMIUM_VERIZON
Static value Premium_Verizon for SkuName.
|
static SkuName |
SkuName.STANDARD_AKAMAI
Static value Standard_Akamai for SkuName.
|
static SkuName |
SkuName.STANDARD_CHINA_CDN
Static value Standard_ChinaCdn for SkuName.
|
static SkuName |
SkuName.STANDARD_MICROSOFT
Static value Standard_Microsoft for SkuName.
|
static SkuName |
SkuName.STANDARD_VERIZON
Static value Standard_Verizon for SkuName.
|
| Modifier and Type | Method and Description |
|---|---|
static SkuName |
SkuName.fromString(String name)
Creates or finds a SkuName from its string representation.
|
SkuName |
Sku.name()
Get the name property: Name of the pricing tier.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withName(SkuName name)
Set the name property: Name of the pricing tier.
|
CdnProfile.DefinitionStages.WithStandardCreate |
CdnProfile.DefinitionStages.WithSku.withSku(SkuName skuName)
Selects the SKU with SKU name.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.