RoutesOperationsExtensions Class

Definition

Extension methods for RoutesOperations.

public static class RoutesOperationsExtensions
type RoutesOperationsExtensions = class
Public Module RoutesOperationsExtensions
Inheritance
RoutesOperationsExtensions

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