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
Premium |
defineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
Premium |
defineNewPremiumEndpoint(String name)
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
With |
defineNewPremiumEndpoint(String name, String endpointOriginHostname)
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
With |
withNewPremiumEndpoint(String endpointOriginHostname)
Adds a new endpoint to current CDN profile. |
Method Details
defineNewPremiumEndpoint
public abstract CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint
Starts the definition of a new endpoint to be attached to the CDN profile.
Returns:
defineNewPremiumEndpoint
public abstract CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint
Starts the definition of a new endpoint to be attached to the CDN profile.
Parameters:
Returns:
defineNewPremiumEndpoint
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Starts the definition of a new endpoint to be attached to the CDN profile.
Parameters:
Returns:
withNewPremiumEndpoint
public abstract CdnProfile.DefinitionStages.WithPremiumVerizonCreate withNewPremiumEndpoint(String endpointOriginHostname)
Adds a new endpoint to current CDN profile.
Parameters:
Returns:
Applies to
Azure SDK for Java