CdnProfile.DefinitionStages.WithSku Interface
public static interface CdnProfile.DefinitionStages.WithSku
A CDN profile definition allowing the SKU to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withPremiumVerizonSku()
Selects the Premium Verizon SKU. |
abstract
With |
withSku(SkuName skuName)
Selects the SKU with SKU name. |
abstract
With |
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. Use WithSku#withStandardVerizonSku() , WithSku#withSku(SkuName) or WithSku#withStandardMicrosoftSku() instead.
Selects the Standard Akamai SKU. |
abstract
With |
withStandardMicrosoftSku()
Selects the Standard Microsoft SKU. |
abstract
With |
withStandardVerizonSku()
Selects the Standard Verizon SKU. |
Method Details
withPremiumVerizonSku
public abstract CdnProfile.DefinitionStages.WithPremiumVerizonCreate withPremiumVerizonSku()
Selects the Premium Verizon SKU.
Returns:
withSku
public abstract CdnProfile.DefinitionStages.WithStandardCreate withSku(SkuName skuName)
Selects the SKU with SKU name.
Parameters:
Returns:
withStandardAkamaiSku
@Deprecated
public abstract CdnProfile.DefinitionStages.WithStandardCreate withStandardAkamaiSku()
Deprecated
Selects the Standard Akamai SKU.
Returns:
withStandardMicrosoftSku
public abstract CdnProfile.DefinitionStages.WithStandardCreate withStandardMicrosoftSku()
Selects the Standard Microsoft SKU.
Returns:
withStandardVerizonSku
public abstract CdnProfile.DefinitionStages.WithStandardCreate withStandardVerizonSku()
Selects the Standard Verizon SKU.
Returns:
Applies to
Azure SDK for Java