IEndpointsOperations 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.
EndpointsOperations operations.
public interface IEndpointsOperations
type IEndpointsOperations = interface
Public Interface IEndpointsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, EndpointInner, Dictionary<String,List<String>>, CancellationToken) |
Create or update a Traffic Manager endpoint. |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a Traffic Manager endpoint. |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a Traffic Manager endpoint. |
UpdateWithHttpMessagesAsync(String, String, String, String, EndpointInner, Dictionary<String,List<String>>, CancellationToken) |
Update a Traffic Manager endpoint. |
Extension Methods
CreateOrUpdateAsync(IEndpointsOperations, String, String, String, String, EndpointInner, CancellationToken) |
Create or update a Traffic Manager endpoint. |
DeleteAsync(IEndpointsOperations, String, String, String, String, CancellationToken) |
Deletes a Traffic Manager endpoint. |
GetAsync(IEndpointsOperations, String, String, String, String, CancellationToken) |
Gets a Traffic Manager endpoint. |
UpdateAsync(IEndpointsOperations, String, String, String, String, EndpointInner, CancellationToken) |
Update a Traffic Manager endpoint. |