IWithEndpoint Interface

Definition

The stage of a CDN profile update allowing to modify the endpoints for the profile.

public interface IWithEndpoint : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IWithEndpointBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithEndpoint = interface
    interface IWithEndpointBeta
    interface IBeta
Public Interface IWithEndpoint
Implements IBeta, IWithEndpointBeta
Derived
Implements

Methods

DefineNewEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

(Inherited from IWithEndpointBeta)
DefineNewEndpoint(String)

Starts the definition of a new endpoint to be attached to the CDN profile.

DefineNewEndpoint(String, String)

Specifies definition of an endpoint to be attached to the CDN profile.

(Inherited from IWithEndpointBeta)
DefineNewPremiumEndpoint()

Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.

(Inherited from IWithEndpointBeta)
DefineNewPremiumEndpoint(String)

Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.

DefineNewPremiumEndpoint(String, String)

Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.

(Inherited from IWithEndpointBeta)
UpdateEndpoint(String)

Begins the description of an update of an existing endpoint in current profile.

UpdatePremiumEndpoint(String)

Begins the description of an update of an existing endpoint in current Premium Verizon profile.

WithNewEndpoint(String)

Adds a new endpoint.

WithNewPremiumEndpoint(String)

Adds new endpoint to current Premium Verizon CDN profile.

WithoutEndpoint(String)

Removes an endpoint from the profile.

Applies to