IUpdatePremiumEndpoint Interface

Definition

The stage of an CDN profile endpoint update allowing to specify endpoint properties.

public interface IUpdatePremiumEndpoint : 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 IUpdatePremiumEndpoint = interface
    interface IUpdate
    interface ISettable<IUpdate>
Public Interface IUpdatePremiumEndpoint
Implements ISettable(Of IUpdate), IUpdate
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithCustomDomain(String)

Adds a new CDN custom domain within an endpoint.

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.

WithoutCustomDomain(String)

Removes CDN custom domain within an endpoint.

Applies to