IWithStandardAttach<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Definition.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 definition to return to after attaching this definition.
- Implements
Methods
Attach() |
Attaches the defined endpoint to the parent CDN profile. (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) |
Selects the query string caching behavior. |
Applies to
Azure SDK for .NET