IWithEndpoint Interface

Definition

The stage of the traffic manager profile update allowing to specify endpoints.

public interface IWithEndpoint
type IWithEndpoint = interface
Public Interface IWithEndpoint
Derived

Methods

DefineAzureTargetEndpoint(String)

Begins the definition of an Azure endpoint to be attached to the traffic manager profile.

DefineExternalTargetEndpoint(String)

Begins the definition of an external endpoint to be attached to the traffic manager profile.

DefineNestedTargetEndpoint(String)

Begins the definition of a nested profile endpoint to be attached to the traffic manager profile.

UpdateAzureTargetEndpoint(String)

Begins the description of an update of an existing Azure endpoint in this profile.

UpdateExternalTargetEndpoint(String)

Begins the description of an update of an existing external endpoint in this profile.

UpdateNestedProfileTargetEndpoint(String)

Begins the description of an update of an existing nested traffic manager profile endpoint in this profile.

WithoutEndpoint(String)

Removes an endpoint in the profile.

Applies to