Uses of Interface
com.microsoft.azure.management.cdn.CdnEndpoint.UpdateStandardEndpoint
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CdnEndpoint.UpdateStandardEndpoint in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionCdnProfile.UpdateStages.WithEndpoint.updateEndpoint
(String name) Begins the description of an update of an existing endpoint in current profile.CdnEndpoint.UpdateStandardEndpoint.withCompressionEnabled
(boolean compressionEnabled) Sets the compression state.CdnEndpoint.UpdateStandardEndpoint.withContentTypesToCompress
(Set<String> contentTypesToCompress) Specifies the content types to compress.CdnEndpoint.UpdateStandardEndpoint.withContentTypeToCompress
(String contentTypeToCompress) Specifies a single content type to compress.CdnEndpoint.UpdateStandardEndpoint.withCustomDomain
(String hostName) Adds a new CDN custom domain within an endpoint.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter
(String relativePath, GeoFilterActions action, CountryIsoCode countryCode) Adds a single entry to the Geo filters list.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter
(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes) Sets the geo filters list for the specified countries list.CdnEndpoint.UpdateStandardEndpoint.withGeoFilters
(Collection<GeoFilter> geoFilters) Specifies the geo filters to use.CdnEndpoint.UpdateStandardEndpoint.withHostHeader
(String hostHeader) Specifies the host header.CdnEndpoint.UpdateStandardEndpoint.withHttpAllowed
(boolean httpAllowed) Specifies if HTTP traffic is allowed.CdnEndpoint.UpdateStandardEndpoint.withHttpPort
(int httpPort) Specifies the port for HTTP traffic.CdnEndpoint.UpdateStandardEndpoint.withHttpsAllowed
(boolean httpsAllowed) Specifies if HTTPS traffic is allowed.CdnEndpoint.UpdateStandardEndpoint.withHttpsPort
(int httpsPort) Specifies the port for HTTP traffic.CdnEndpoint.UpdateStandardEndpoint.withOriginPath
(String originPath) Specifies the origin path.CdnEndpoint.UpdateStandardEndpoint.withoutContentTypesToCompress()
Clears entire list of content types to compress.CdnEndpoint.UpdateStandardEndpoint.withoutContentTypeToCompress
(String contentTypeToCompress) Removes the content type to compress from the list.CdnEndpoint.UpdateStandardEndpoint.withoutCustomDomain
(String hostName) Removes CDN custom domain within an endpoint.CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilter
(String relativePath) Removes an entry from the geo filters list.CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilters()
Clears entire geo filters list.CdnEndpoint.UpdateStandardEndpoint.withQueryStringCachingBehavior
(QueryStringCachingBehavior cachingBehavior) Sets the query string caching behavior.