IUpdateStandardEndpoint 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 stage of an CDN profile endpoint update allowing to specify endpoint properties.
public interface IUpdateStandardEndpoint : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Update.IUpdate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type IUpdateStandardEndpoint = interface
interface IUpdate
interface ISettable<IUpdate>
Public Interface IUpdateStandardEndpoint
Implements ISettable(Of IUpdate), IUpdate
- Implements
Methods
Parent() | (Inherited from ISettable<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 HTTP traffic. |
WithOriginPath(String) |
Specifies the origin path. |
WithoutContentTypesToCompress() |
Clears entire list of content types to compress. |
WithoutContentTypeToCompress(String) |
Removes the content type to compress from the list. |
WithoutCustomDomain(String) |
Removes CDN custom domain within an endpoint. |
WithoutGeoFilter(String) |
Removes an entry from the geo filters list. |
WithoutGeoFilters() |
Clears entire geo filters list. |
WithQueryStringCachingBehavior(QueryStringCachingBehavior) |
Sets the query string caching behavior. |
Applies to
Azure SDK for .NET