IWithStandardAttach<ParentT> Interface

Definition

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.

public interface IWithStandardAttach<ParentT> : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IAttachableStandard<ParentT>
type IWithStandardAttach<'ParentT> = interface
    interface IAttachableStandard<'ParentT>
Public Interface IWithStandardAttach(Of ParentT)
Implements IAttachableStandard(Of ParentT)

Type Parameters

ParentT

The stage of the parent CDN profile update to return to after attaching this definition.

Implements

Methods

Attach()

Attaches the endpoint definition to the parent CDN profile update.

(Inherited from IAttachableStandard<ParentT>)
WithCompressionEnabled(Boolean)

Sets the compression state.

WithContentTypesToCompress(ISet<String>)

Specifies the content types to compress.

WithContentTypeToCompress(String)

Specifies a single content type to compress.

WithCustomDomain(String)

Adds a new CDN custom domain within an endpoint.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Adds a single entry to the geo filters list.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Sets the geo filters list for the specified countries list.

WithGeoFilters(IList<GeoFilter>)

Specifies the geo filters to use.

WithHostHeader(String)

Specifies the host header.

WithHttpAllowed(Boolean)

Specifies if HTTP traffic is allowed.

WithHttpPort(Int32)

Specifies the port for HTTP traffic.

WithHttpsAllowed(Boolean)

Specifies if HTTPS traffic is allowed.

WithHttpsPort(Int32)

Specifies the port for HTTPS traffic.

WithOriginPath(String)

Specifies the origin path.

WithQueryStringCachingBehavior(QueryStringCachingBehavior)

Sets the query string caching behavior.

Applies to