CdnProfile.DefinitionStages.WithStandardCreate Interface
Implements
public static interface CdnProfile.DefinitionStages.WithStandardCreate
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
Standard |
defineNewEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
Standard |
defineNewEndpoint(String name)
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
With |
defineNewEndpoint(String name, String endpointOriginHostname)
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
With |
withNewEndpoint(String endpointOriginHostname)
Adds new endpoint to the CDN profile. |
Method Details
defineNewEndpoint
public abstract CdnEndpoint.DefinitionStages.Blank.StandardEndpoint
Starts the definition of a new endpoint to be attached to the CDN profile.
Returns:
defineNewEndpoint
public abstract CdnEndpoint.DefinitionStages.Blank.StandardEndpoint
Starts the definition of a new endpoint to be attached to the CDN profile.
Parameters:
Returns:
defineNewEndpoint
public abstract CdnEndpoint.DefinitionStages.WithStandardAttach
Starts the definition of a new endpoint to be attached to the CDN profile.
Parameters:
Returns:
withNewEndpoint
public abstract CdnProfile.DefinitionStages.WithStandardCreate withNewEndpoint(String endpointOriginHostname)
Adds new endpoint to the CDN profile.
Parameters:
Returns:
Applies to
Azure SDK for Java