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 withStandardAkamaiSku()

Selects the Standard Akamai 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.

withStandardAkamaiSku

public abstract CdnProfile.DefinitionStages.WithStandardCreate withStandardAkamaiSku()

Selects the Standard Akamai 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