CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent CDN profile definition to return to after attaching this definition
Implements
public static interface CdnEndpoint.DefinitionStages.WithPremiumAttach
extends AttachablePremium<ParentT>
The final stage of the CDN profile Premium Verizon endpoint definition.
At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withCustomDomain(String hostName)
Adds a new CDN custom domain for the endpoint. |
abstract
With |
withHostHeader(String hostHeader)
Specifies the host header. |
abstract
With |
withHttpAllowed(boolean httpAllowed)
Specifies if HTTP traffic is allowed. |
abstract
With |
withHttpPort(int httpPort)
Specifies the port for HTTP traffic. |
abstract
With |
withHttpsAllowed(boolean httpsAllowed)
Specifies if HTTPS traffic is allowed. |
abstract
With |
withHttpsPort(int httpsPort)
Specifies the port for HTTPS traffic. |
abstract
With |
withOriginPath(String originPath)
Specifies the origin path. |
Method Details
withCustomDomain
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Adds a new CDN custom domain for the endpoint.
Parameters:
Returns:
withHostHeader
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies the host header.
Parameters:
Returns:
withHttpAllowed
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies if HTTP traffic is allowed.
Parameters:
Returns:
withHttpPort
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies the port for HTTP traffic.
Parameters:
Returns:
withHttpsAllowed
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies if HTTPS traffic is allowed.
Parameters:
Returns:
withHttpsPort
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies the port for HTTPS traffic.
Parameters:
Returns:
withOriginPath
public abstract CdnEndpoint.DefinitionStages.WithPremiumAttach
Specifies the origin path.
Parameters:
Returns:
Applies to
Azure SDK for Java