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