Sdílet prostřednictvím


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 WithPremiumVerizonCreate withPremiumVerizonSku()

Selects the Premium Verizon SKU.

abstract WithStandardCreate withSku(SkuName skuName)

Selects the SKU with SKU name.

abstract WithStandardCreate 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 WithStandardCreate withStandardMicrosoftSku()

Selects the Standard Microsoft SKU.

abstract WithStandardCreate withStandardVerizonSku()

Selects the Standard Verizon SKU.

Method Details

withPremiumVerizonSku

public abstract CdnProfile.DefinitionStages.WithPremiumVerizonCreate withPremiumVerizonSku()

Selects the Premium Verizon SKU.

Returns:

the next stage of the definition.

withSku

public abstract CdnProfile.DefinitionStages.WithStandardCreate withSku(SkuName skuName)

Selects the SKU with SKU name.

Parameters:

skuName - the SKU name

Returns:

the next stage of the definition.

withStandardAkamaiSku

@Deprecated
public abstract CdnProfile.DefinitionStages.WithStandardCreate 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.

Returns:

the next stage of the definition.

withStandardMicrosoftSku

public abstract CdnProfile.DefinitionStages.WithStandardCreate withStandardMicrosoftSku()

Selects the Standard Microsoft SKU.

Returns:

the next stage of the definition

withStandardVerizonSku

public abstract CdnProfile.DefinitionStages.WithStandardCreate withStandardVerizonSku()

Selects the Standard Verizon SKU.

Returns:

the next stage of the definition.

Applies to