Aracılığıyla paylaş


CdnProfile.DefinitionStages.WithPremiumVerizonCreate Interface

Implements

public static interface CdnProfile.DefinitionStages.WithPremiumVerizonCreate
extends WithCreate

The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
abstract PremiumEndpoint<WithPremiumVerizonCreate> defineNewPremiumEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

abstract PremiumEndpoint<WithPremiumVerizonCreate> defineNewPremiumEndpoint(String name)

Starts the definition of a new endpoint to be attached to the CDN profile.

abstract WithPremiumAttach<WithPremiumVerizonCreate> defineNewPremiumEndpoint(String name, String endpointOriginHostname)

Starts the definition of a new endpoint to be attached to the CDN profile.

abstract WithPremiumVerizonCreate withNewPremiumEndpoint(String endpointOriginHostname)

Adds a new endpoint to current CDN profile.

Method Details

defineNewPremiumEndpoint

public abstract CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint defineNewPremiumEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

Returns:

the first stage of a new CDN endpoint definition

defineNewPremiumEndpoint

public abstract CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint defineNewPremiumEndpoint(String name)

Starts the definition of a new endpoint to be attached to the CDN profile.

Parameters:

name - a name for the endpoint

Returns:

the first stage of a new CDN endpoint definition

defineNewPremiumEndpoint

public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach defineNewPremiumEndpoint(String name, String endpointOriginHostname)

Starts the definition of a new endpoint to be attached to the CDN profile.

Parameters:

name - the name for the endpoint
endpointOriginHostname - the endpoint origin hostname

Returns:

the stage representing configuration for the endpoint

withNewPremiumEndpoint

public abstract CdnProfile.DefinitionStages.WithPremiumVerizonCreate withNewPremiumEndpoint(String endpointOriginHostname)

Adds a new endpoint to current CDN profile.

Parameters:

endpointOriginHostname - an endpoint origin hostname.

Returns:

the next stage of the definition.

Applies to