CdnProfile.DefinitionStages.WithStandardCreate Interface

public interface WithStandardCreate extends CdnProfile.DefinitionStages.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
CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint()

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

CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint(String name)

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

CdnEndpoint.DefinitionStages.WithStandardAttach<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint(String name, String endpointOriginHostname)

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

CdnProfile.DefinitionStages.WithStandardCreate withNewEndpoint(String endpointOriginHostname)

Adds new endpoint to the CDN profile.

Inherited Members

Method Details

defineNewEndpoint

public CdnEndpoint.DefinitionStages.Blank.StandardEndpoint defineNewEndpoint()

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

Returns:

the first stage of a new CDN endpoint definition

defineNewEndpoint

public CdnEndpoint.DefinitionStages.Blank.StandardEndpoint defineNewEndpoint(String name)

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

Parameters:

name - a new endpoint name

Returns:

the first stage of a new CDN endpoint definition

defineNewEndpoint

public CdnEndpoint.DefinitionStages.WithStandardAttach defineNewEndpoint(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 - an endpoint origin hostname

Returns:

the first stage of a new CDN endpoint definition

withNewEndpoint

public WithStandardCreate withNewEndpoint(String endpointOriginHostname)

Adds new endpoint to the CDN profile.

Parameters:

endpointOriginHostname - an endpoint origin hostname

Returns:

the next stage of CDN profile definition.

Applies to