Interface CdnProfile.DefinitionStages.WithSku
-
- All Known Subinterfaces:
CdnProfile.Definition
- Enclosing interface:
- CdnProfile.DefinitionStages
public static interface CdnProfile.DefinitionStages.WithSkuA CDN profile definition allowing the SKU to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CdnProfile.DefinitionStages.WithPremiumVerizonCreatewithPremiumVerizonSku()Selects the Premium Verizon SKU.CdnProfile.DefinitionStages.WithStandardCreatewithSku(SkuName skuName)Selects the SKU with SKU name.CdnProfile.DefinitionStages.WithStandardCreatewithStandardAkamaiSku()Selects the Standard Akamai SKU.CdnProfile.DefinitionStages.WithStandardCreatewithStandardVerizonSku()Selects the Standard Verizon SKU.
-
-
-
Method Detail
-
withStandardAkamaiSku
CdnProfile.DefinitionStages.WithStandardCreate withStandardAkamaiSku()
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.
-
withSku
CdnProfile.DefinitionStages.WithStandardCreate withSku(SkuName skuName)
Selects the SKU with SKU name.- Parameters:
skuName- the SKU name- Returns:
- the next stage of the definition.
-
-