Interface CdnProfile.DefinitionStages.WithSku
- All Known Subinterfaces:
CdnProfile.Definition
- Enclosing interface:
CdnProfile.DefinitionStages
public static interface CdnProfile.DefinitionStages.WithSku
A CDN profile definition allowing the SKU to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionSelects the Premium Verizon SKU.Selects the SKU with SKU name.Deprecated.Azure CDN will be retiring Azure CDN standard from Akamai on 31 October 2023.Selects the Standard Microsoft SKU.Selects the Standard Verizon SKU.
-
Method Details
-
withStandardAkamaiSku
Deprecated.Azure CDN will be retiring Azure CDN standard from Akamai on 31 October 2023. After 1 June 2023, you'll no longer be able to create new Azure CDN Standard from Akamai profiles. Azure CDN Standard from Akamai profiles still active on 31 October 2023 will be migrated by Azure CDN product engineering to another Azure CDN profile with feature and pricing parity beginning 1 November 2023. UsewithStandardVerizonSku(),withSku(SkuName)orwithStandardMicrosoftSku()instead.Selects the Standard Akamai SKU.- Returns:
- the next stage of the definition.
-
withStandardVerizonSku
CdnProfile.DefinitionStages.WithStandardCreate withStandardVerizonSku()Selects the Standard Verizon SKU.- Returns:
- the next stage of the definition.
-
withPremiumVerizonSku
CdnProfile.DefinitionStages.WithPremiumVerizonCreate withPremiumVerizonSku()Selects the Premium Verizon SKU.- Returns:
- the next stage of the definition.
-
withStandardMicrosoftSku
CdnProfile.DefinitionStages.WithStandardCreate withStandardMicrosoftSku()Selects the Standard Microsoft SKU.- Returns:
- the next stage of the definition
-
withSku
Selects the SKU with SKU name.- Parameters:
skuName- the SKU name- Returns:
- the next stage of the definition.
-