CdnProfile.DefinitionStages.WithSku Interface

public interface WithSku

A CDN profile definition allowing the SKU to be specified.

Method Summary

Modifier and Type Method and Description
CdnProfile.DefinitionStages.WithPremiumVerizonCreate withPremiumVerizonSku()

Selects the Premium Verizon SKU.

CdnProfile.DefinitionStages.WithStandardCreate withStandardAkamaiSku()

Selects the Standard Akamai SKU.

CdnProfile.DefinitionStages.WithStandardCreate withStandardVerizonSku()

Selects the Standard Verizon SKU.

Method Details

withPremiumVerizonSku

public WithPremiumVerizonCreate withPremiumVerizonSku()

Selects the Premium Verizon SKU.

Returns:

the next stage of the definition.

withStandardAkamaiSku

public WithStandardCreate withStandardAkamaiSku()

Selects the Standard Akamai SKU.

Returns:

the next stage of the definition.

withStandardVerizonSku

public WithStandardCreate withStandardVerizonSku()

Selects the Standard Verizon SKU.

Returns:

the next stage of the definition.

Applies to