CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent CDN profile definition to return to after attaching this definition
public static interface CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint
The stage of a CDN profile endpoint definition allowing to specify the origin for the CDN profile with teh Premium Verizon SKU.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withPremiumOrigin(String originHostName)
Specifies the origin of the CDN endpoint. |
abstract
With |
withPremiumOrigin(String originName, String originHostName)
Specifies the origin of the CDN endpoint. |
Method Details
withPremiumOrigin
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies the origin of the CDN endpoint.
Parameters:
Returns:
withPremiumOrigin
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies the origin of the CDN endpoint.
Parameters:
Returns:
Applies to
Azure SDK for Java