CdnEndpoint.DefinitionStages.WithStandardAttach<CdnProfile.DefinitionStages.WithStandardCreate> |
CdnProfile.DefinitionStages.WithStandardCreate.defineNewEndpoint(String name,
String endpointOriginHostname) |
Starts the definition of a new endpoint to be attached to the CDN profile.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withCompressionEnabled(boolean compressionEnabled) |
Sets the compression state.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withContentTypesToCompress(Set<String> contentTypesToCompress) |
Specifies the content types to compress.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withContentTypeToCompress(String contentTypeToCompress) |
Specifies a single content type to compress.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withCustomDomain(String hostName) |
Adds a new CDN custom domain within an endpoint.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
CountryIsoCode countryCode) |
Adds a single entry to the geo filters list.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<CountryIsoCode> countryCodes) |
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilters(Collection<GeoFilter> geoFilters) |
Specifies the geo filters to use.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withHostHeader(String hostHeader) |
Specifies the host header.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpAllowed(boolean httpAllowed) |
Specifies if HTTP traffic is allowed.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpPort(int httpPort) |
Specifies the port for HTTP traffic.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpsAllowed(boolean httpsAllowed) |
Specifies if HTTPS traffic is allowed.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpsPort(int httpsPort) |
Specifies the port for HTTPS traffic.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.Blank.StandardEndpoint.withOrigin(String originHostName) |
Specifies the origin of the CDN endpoint.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.Blank.StandardEndpoint.withOrigin(String originName,
String originHostName) |
Specifies the origin of the CDN endpoint.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withOriginPath(String originPath) |
Specifies the origin path.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior) |
Selects the query string caching behavior.
|