CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<ParentT> Interface

Type Parameters

ParentT

the stage of the parent CDN profile update to return to after attaching this definition

public static interface CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint

The stage of the CDN profile endpoint definition allowing to specify the origin for CDN Profile with the Premium Verizon SKU.

Method Summary

Modifier and Type Method and Description
abstract WithPremiumAttach<ParentT> withPremiumOrigin(String originHostName)

Specifies the origin of the CDN endpoint.

abstract WithPremiumAttach<ParentT> withPremiumOrigin(String originName, String originHostName)

Specifies the origin of the CDN endpoint.

Method Details

withPremiumOrigin

public abstract CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach withPremiumOrigin(String originHostName)

Specifies the origin of the CDN endpoint.

Parameters:

originHostName - origin host name

Returns:

the next stage of the definition

withPremiumOrigin

public abstract CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach withPremiumOrigin(String originName, String originHostName)

Specifies the origin of the CDN endpoint.

Parameters:

originName - name of the origin
originHostName - origin host name

Returns:

the next stage of the definition

Applies to