CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent CDN profile update to return to after attaching this definition
Implements
public static interface CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
extends AttachableStandard<ParentT>
The final stage of the CDN profile Standard Akamai or Standard 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
Method Details
withCompressionEnabled
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Sets the compression state.
Parameters:
Returns:
withContentTypeToCompress
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies a single content type to compress.
Parameters:
Returns:
withContentTypesToCompress
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the content types to compress.
Parameters:
Returns:
withCustomDomain
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Adds a new CDN custom domain within an endpoint.
Parameters:
Returns:
withGeoFilter
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Adds a single entry to the geo filters list.
Parameters:
Returns:
withGeoFilter
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Sets the geo filters list for the specified countries list.
Parameters:
Returns:
withGeoFilters
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the geo filters to use.
Parameters:
Returns:
withHostHeader
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the host header.
Parameters:
Returns:
withHttpAllowed
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies if HTTP traffic is allowed.
Parameters:
Returns:
withHttpPort
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the port for HTTP traffic.
Parameters:
Returns:
withHttpsAllowed
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies if HTTPS traffic is allowed.
Parameters:
Returns:
withHttpsPort
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the port for HTTPS traffic.
Parameters:
Returns:
withOriginPath
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies the origin path.
Parameters:
Returns:
withQueryStringCachingBehavior
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Sets the query string caching behavior.
Parameters:
Returns:
Applies to
Azure SDK for Java