IRoutesOperations Interface

Definition

RoutesOperations operations.

public interface IRoutesOperations
type IRoutesOperations = interface
Public Interface IRoutesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, String, Route, Dictionary<String,List<String>>, CancellationToken)

Creates a new route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

BeginDeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, RouteUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

CreateWithHttpMessagesAsync(String, String, String, String, Route, Dictionary<String,List<String>>, CancellationToken)

Creates a new route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

ListByEndpointNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the existing origins within a profile.

ListByEndpointWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the existing origins within a profile.

UpdateWithHttpMessagesAsync(String, String, String, String, RouteUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

Extension Methods

BeginCreate(IRoutesOperations, String, String, String, String, Route)

Creates a new route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

BeginCreateAsync(IRoutesOperations, String, String, String, String, Route, CancellationToken)

Creates a new route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

BeginDelete(IRoutesOperations, String, String, String, String)

Deletes an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

BeginDeleteAsync(IRoutesOperations, String, String, String, String, CancellationToken)

Deletes an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

BeginUpdate(IRoutesOperations, String, String, String, String, RouteUpdateParameters)

Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

BeginUpdateAsync(IRoutesOperations, String, String, String, String, RouteUpdateParameters, CancellationToken)

Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

Create(IRoutesOperations, String, String, String, String, Route)

Creates a new route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

CreateAsync(IRoutesOperations, String, String, String, String, Route, CancellationToken)

Creates a new route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

Delete(IRoutesOperations, String, String, String, String)

Deletes an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

DeleteAsync(IRoutesOperations, String, String, String, String, CancellationToken)

Deletes an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

Get(IRoutesOperations, String, String, String, String)

Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

GetAsync(IRoutesOperations, String, String, String, String, CancellationToken)

Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

ListByEndpoint(IRoutesOperations, String, String, String)

Lists all of the existing origins within a profile.

ListByEndpointAsync(IRoutesOperations, String, String, String, CancellationToken)

Lists all of the existing origins within a profile.

ListByEndpointNext(IRoutesOperations, String)

Lists all of the existing origins within a profile.

ListByEndpointNextAsync(IRoutesOperations, String, CancellationToken)

Lists all of the existing origins within a profile.

Update(IRoutesOperations, String, String, String, String, RouteUpdateParameters)

Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

UpdateAsync(IRoutesOperations, String, String, String, String, RouteUpdateParameters, CancellationToken)

Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.

Applies to