Uses of Interface
com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Packages that use CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CdnEndpoint.UpdateDefinitionStages.WithStandardAttach in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models with type parameters of type CdnEndpoint.UpdateDefinitionStages.WithStandardAttachModifier and TypeMethodDescription<T extends CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT>>
CdnStandardRulesEngineRule.DefinitionStage.Blank<T> CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.defineNewStandardRulesEngineRule(String name) Begins the definition of the Standard rules engine rule to be attached to the endpoint.Methods in com.azure.resourcemanager.cdn.models that return CdnEndpoint.UpdateDefinitionStages.WithStandardAttachModifier and TypeMethodDescriptionCdnProfile.UpdateStages.WithEndpoint.defineNewEndpoint(String name, String endpointOriginHostname) Specifies definition of an endpoint to be attached to the CDN profile.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withCompressionEnabled(boolean compressionEnabled) Sets the compression state.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withContentTypesToCompress(Set<String> contentTypesToCompress) Specifies the content types to compress.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withContentTypeToCompress(String contentTypeToCompress) Specifies a single content type to compress.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withCustomDomain(String hostName) Adds a new CDN custom domain within an endpoint.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath, GeoFilterActions action, com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode countryCode) Adds a single entry to the geo filters list.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath, GeoFilterActions action, Collection<com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode> countryCodes) Sets the geo filters list for the specified countries list.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilters(Collection<GeoFilter> geoFilters) Specifies the geo filters to use.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withHostHeader(String hostHeader) Specifies the host header.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withHttpAllowed(boolean httpAllowed) Specifies if HTTP traffic is allowed.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withHttpPort(int httpPort) Specifies the port for HTTP traffic.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withHttpsAllowed(boolean httpsAllowed) Specifies if HTTPS traffic is allowed.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withHttpsPort(int httpsPort) Specifies the port for HTTPS traffic.CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint.withOrigin(String originHostName) Specifies the origin of the CDN endpoint.CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint.withOrigin(String originName, String originHostName) Specifies the origin of the CDN endpoint.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withOriginPath(String originPath) Specifies the origin path.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior) Sets the query string caching behavior.