IAppServicePlansOperations Interface

Definition

AppServicePlansOperations operations.

public interface IAppServicePlansOperations
type IAppServicePlansOperations = interface
Public Interface IAppServicePlansOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, AppServicePlan, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an App Service Plan.

CreateOrUpdateVnetRouteWithHttpMessagesAsync(String, String, String, String, VnetRoute, Dictionary<String,List<String>>, CancellationToken)

Create or update a Virtual Network route in an App Service plan.

CreateOrUpdateWithHttpMessagesAsync(String, String, AppServicePlan, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an App Service Plan.

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

Delete a Hybrid Connection in use in an App Service plan.

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

Delete a Virtual Network route in an App Service plan.

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

Delete an App Service plan.

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

Get the maximum number of Hybrid Connections allowed in an App Service plan.

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

Retrieve a Hybrid Connection in use in an App Service plan.

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

Get a Virtual Network route in an App Service plan.

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

Gets all selectable SKUs for a given App Service Plan

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

Get a Virtual Network associated with an App Service plan.

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

Get a Virtual Network gateway.

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

Get an App Service plan.

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

Get all App Service plans in a resource group.

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

Get all App Service plans in a resource group.

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

List all capabilities of an App Service plan.

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

Get the send key name and value of a Hybrid Connection.

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

Retrieve all Hybrid Connections in use in an App Service plan.

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

Retrieve all Hybrid Connections in use in an App Service plan.

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

Get all App Service plans for a subscription.

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

Get all routes that are associated with a Virtual Network in an App Service plan.

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

Gets server farm usage information

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

Gets server farm usage information

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

Get all Virtual Networks associated with an App Service plan.

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

Get all apps that use a Hybrid Connection in an App Service Plan.

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

Get all apps that use a Hybrid Connection in an App Service Plan.

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

Get all apps associated with an App Service plan.

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

Get all apps associated with an App Service plan.

ListWithHttpMessagesAsync(Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Get all App Service plans for a subscription.

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

Reboot a worker machine in an App Service plan.

RestartWebAppsWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Restart all apps in an App Service plan.

UpdateVnetGatewayWithHttpMessagesAsync(String, String, String, String, VnetGateway, Dictionary<String,List<String>>, CancellationToken)

Update a Virtual Network gateway.

UpdateVnetRouteWithHttpMessagesAsync(String, String, String, String, VnetRoute, Dictionary<String,List<String>>, CancellationToken)

Create or update a Virtual Network route in an App Service plan.

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

Creates or updates an App Service Plan.

Extension Methods

BeginCreateOrUpdate(IAppServicePlansOperations, String, String, AppServicePlan)

Creates or updates an App Service Plan.

BeginCreateOrUpdateAsync(IAppServicePlansOperations, String, String, AppServicePlan, CancellationToken)

Creates or updates an App Service Plan.

CreateOrUpdate(IAppServicePlansOperations, String, String, AppServicePlan)

Creates or updates an App Service Plan.

CreateOrUpdateAsync(IAppServicePlansOperations, String, String, AppServicePlan, CancellationToken)

Creates or updates an App Service Plan.

CreateOrUpdateVnetRoute(IAppServicePlansOperations, String, String, String, String, VnetRoute)

Create or update a Virtual Network route in an App Service plan.

CreateOrUpdateVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, VnetRoute, CancellationToken)

Create or update a Virtual Network route in an App Service plan.

Delete(IAppServicePlansOperations, String, String)

Delete an App Service plan.

DeleteAsync(IAppServicePlansOperations, String, String, CancellationToken)

Delete an App Service plan.

DeleteHybridConnection(IAppServicePlansOperations, String, String, String, String)

Delete a Hybrid Connection in use in an App Service plan.

DeleteHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Delete a Hybrid Connection in use in an App Service plan.

DeleteVnetRoute(IAppServicePlansOperations, String, String, String, String)

Delete a Virtual Network route in an App Service plan.

DeleteVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Delete a Virtual Network route in an App Service plan.

Get(IAppServicePlansOperations, String, String)

Get an App Service plan.

GetAsync(IAppServicePlansOperations, String, String, CancellationToken)

Get an App Service plan.

GetHybridConnection(IAppServicePlansOperations, String, String, String, String)

Retrieve a Hybrid Connection in use in an App Service plan.

GetHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Retrieve a Hybrid Connection in use in an App Service plan.

GetHybridConnectionPlanLimit(IAppServicePlansOperations, String, String)

Get the maximum number of Hybrid Connections allowed in an App Service plan.

GetHybridConnectionPlanLimitAsync(IAppServicePlansOperations, String, String, CancellationToken)

Get the maximum number of Hybrid Connections allowed in an App Service plan.

GetRouteForVnet(IAppServicePlansOperations, String, String, String, String)

Get a Virtual Network route in an App Service plan.

GetRouteForVnetAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Get a Virtual Network route in an App Service plan.

GetServerFarmSkus(IAppServicePlansOperations, String, String)

Gets all selectable SKUs for a given App Service Plan

GetServerFarmSkusAsync(IAppServicePlansOperations, String, String, CancellationToken)

Gets all selectable SKUs for a given App Service Plan

GetVnetFromServerFarm(IAppServicePlansOperations, String, String, String)

Get a Virtual Network associated with an App Service plan.

GetVnetFromServerFarmAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Get a Virtual Network associated with an App Service plan.

GetVnetGateway(IAppServicePlansOperations, String, String, String, String)

Get a Virtual Network gateway.

GetVnetGatewayAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Get a Virtual Network gateway.

List(IAppServicePlansOperations, Nullable<Boolean>)

Get all App Service plans for a subscription.

ListAsync(IAppServicePlansOperations, Nullable<Boolean>, CancellationToken)

Get all App Service plans for a subscription.

ListByResourceGroup(IAppServicePlansOperations, String)

Get all App Service plans in a resource group.

ListByResourceGroupAsync(IAppServicePlansOperations, String, CancellationToken)

Get all App Service plans in a resource group.

ListByResourceGroupNext(IAppServicePlansOperations, String)

Get all App Service plans in a resource group.

ListByResourceGroupNextAsync(IAppServicePlansOperations, String, CancellationToken)

Get all App Service plans in a resource group.

ListCapabilities(IAppServicePlansOperations, String, String)

List all capabilities of an App Service plan.

ListCapabilitiesAsync(IAppServicePlansOperations, String, String, CancellationToken)

List all capabilities of an App Service plan.

ListHybridConnectionKeys(IAppServicePlansOperations, String, String, String, String)

Get the send key name and value of a Hybrid Connection.

ListHybridConnectionKeysAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Get the send key name and value of a Hybrid Connection.

ListHybridConnections(IAppServicePlansOperations, String, String)

Retrieve all Hybrid Connections in use in an App Service plan.

ListHybridConnectionsAsync(IAppServicePlansOperations, String, String, CancellationToken)

Retrieve all Hybrid Connections in use in an App Service plan.

ListHybridConnectionsNext(IAppServicePlansOperations, String)

Retrieve all Hybrid Connections in use in an App Service plan.

ListHybridConnectionsNextAsync(IAppServicePlansOperations, String, CancellationToken)

Retrieve all Hybrid Connections in use in an App Service plan.

ListNext(IAppServicePlansOperations, String)

Get all App Service plans for a subscription.

ListNextAsync(IAppServicePlansOperations, String, CancellationToken)

Get all App Service plans for a subscription.

ListRoutesForVnet(IAppServicePlansOperations, String, String, String)

Get all routes that are associated with a Virtual Network in an App Service plan.

ListRoutesForVnetAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Get all routes that are associated with a Virtual Network in an App Service plan.

ListUsages(IAppServicePlansOperations, String, String, String)

Gets server farm usage information

ListUsagesAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Gets server farm usage information

ListUsagesNext(IAppServicePlansOperations, String)

Gets server farm usage information

ListUsagesNextAsync(IAppServicePlansOperations, String, CancellationToken)

Gets server farm usage information

ListVnets(IAppServicePlansOperations, String, String)

Get all Virtual Networks associated with an App Service plan.

ListVnetsAsync(IAppServicePlansOperations, String, String, CancellationToken)

Get all Virtual Networks associated with an App Service plan.

ListWebApps(IAppServicePlansOperations, String, String, String, String, String)

Get all apps associated with an App Service plan.

ListWebAppsAsync(IAppServicePlansOperations, String, String, String, String, String, CancellationToken)

Get all apps associated with an App Service plan.

ListWebAppsByHybridConnection(IAppServicePlansOperations, String, String, String, String)

Get all apps that use a Hybrid Connection in an App Service Plan.

ListWebAppsByHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Get all apps that use a Hybrid Connection in an App Service Plan.

ListWebAppsByHybridConnectionNext(IAppServicePlansOperations, String)

Get all apps that use a Hybrid Connection in an App Service Plan.

ListWebAppsByHybridConnectionNextAsync(IAppServicePlansOperations, String, CancellationToken)

Get all apps that use a Hybrid Connection in an App Service Plan.

ListWebAppsNext(IAppServicePlansOperations, String)

Get all apps associated with an App Service plan.

ListWebAppsNextAsync(IAppServicePlansOperations, String, CancellationToken)

Get all apps associated with an App Service plan.

RebootWorker(IAppServicePlansOperations, String, String, String)

Reboot a worker machine in an App Service plan.

RebootWorkerAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Reboot a worker machine in an App Service plan.

RestartWebApps(IAppServicePlansOperations, String, String, Nullable<Boolean>)

Restart all apps in an App Service plan.

RestartWebAppsAsync(IAppServicePlansOperations, String, String, Nullable<Boolean>, CancellationToken)

Restart all apps in an App Service plan.

Update(IAppServicePlansOperations, String, String, AppServicePlanPatchResource)

Creates or updates an App Service Plan.

UpdateAsync(IAppServicePlansOperations, String, String, AppServicePlanPatchResource, CancellationToken)

Creates or updates an App Service Plan.

UpdateVnetGateway(IAppServicePlansOperations, String, String, String, String, VnetGateway)

Update a Virtual Network gateway.

UpdateVnetGatewayAsync(IAppServicePlansOperations, String, String, String, String, VnetGateway, CancellationToken)

Update a Virtual Network gateway.

UpdateVnetRoute(IAppServicePlansOperations, String, String, String, String, VnetRoute)

Create or update a Virtual Network route in an App Service plan.

UpdateVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, VnetRoute, CancellationToken)

Create or update a Virtual Network route in an App Service plan.

Applies to