Share via


AppServicePlansOperationsExtensions Class

Definition

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

Methods

BeginCreateOrUpdate(IAppServicePlansOperations, String, String, AppServicePlan)
BeginCreateOrUpdateAsync(IAppServicePlansOperations, String, String, AppServicePlan, CancellationToken)
CreateOrUpdate(IAppServicePlansOperations, String, String, AppServicePlan)
CreateOrUpdateAsync(IAppServicePlansOperations, String, String, AppServicePlan, CancellationToken)
CreateOrUpdateVnetRoute(IAppServicePlansOperations, String, String, String, String, VnetRoute)
CreateOrUpdateVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, VnetRoute, CancellationToken)
Delete(IAppServicePlansOperations, String, String)
DeleteAsync(IAppServicePlansOperations, String, String, CancellationToken)
DeleteHybridConnection(IAppServicePlansOperations, String, String, String, String)
DeleteHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)
DeleteVnetRoute(IAppServicePlansOperations, String, String, String, String)
DeleteVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)
Get(IAppServicePlansOperations, String, String)
GetAsync(IAppServicePlansOperations, String, String, CancellationToken)
GetHybridConnection(IAppServicePlansOperations, String, String, String, String)
GetHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)
GetHybridConnectionPlanLimit(IAppServicePlansOperations, String, String)
GetHybridConnectionPlanLimitAsync(IAppServicePlansOperations, String, String, CancellationToken)
GetRouteForVnet(IAppServicePlansOperations, String, String, String, String)
GetRouteForVnetAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)
GetServerFarmSkus(IAppServicePlansOperations, String, String)
GetServerFarmSkusAsync(IAppServicePlansOperations, String, String, CancellationToken)
GetVnetFromServerFarm(IAppServicePlansOperations, String, String, String)
GetVnetFromServerFarmAsync(IAppServicePlansOperations, String, String, String, CancellationToken)
GetVnetGateway(IAppServicePlansOperations, String, String, String, String)
GetVnetGatewayAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)
List(IAppServicePlansOperations, Nullable<Boolean>)
ListAsync(IAppServicePlansOperations, Nullable<Boolean>, CancellationToken)
ListByResourceGroup(IAppServicePlansOperations, String)
ListByResourceGroupAsync(IAppServicePlansOperations, String, CancellationToken)
ListByResourceGroupNext(IAppServicePlansOperations, String)
ListByResourceGroupNextAsync(IAppServicePlansOperations, String, CancellationToken)
ListCapabilities(IAppServicePlansOperations, String, String)
ListCapabilitiesAsync(IAppServicePlansOperations, String, String, CancellationToken)
ListHybridConnectionKeys(IAppServicePlansOperations, String, String, String, String)
ListHybridConnectionKeysAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)
ListHybridConnections(IAppServicePlansOperations, String, String)
ListHybridConnectionsAsync(IAppServicePlansOperations, String, String, CancellationToken)
ListHybridConnectionsNext(IAppServicePlansOperations, String)
ListHybridConnectionsNextAsync(IAppServicePlansOperations, String, CancellationToken)
ListMetricDefintions(IAppServicePlansOperations, String, String)
ListMetricDefintionsAsync(IAppServicePlansOperations, String, String, CancellationToken)
ListMetricDefintionsNext(IAppServicePlansOperations, String)
ListMetricDefintionsNextAsync(IAppServicePlansOperations, String, CancellationToken)
ListMetrics(IAppServicePlansOperations, String, String, Nullable<Boolean>, String)
ListMetricsAsync(IAppServicePlansOperations, String, String, Nullable<Boolean>, String, CancellationToken)
ListMetricsNext(IAppServicePlansOperations, String)
ListMetricsNextAsync(IAppServicePlansOperations, String, CancellationToken)
ListNext(IAppServicePlansOperations, String)
ListNextAsync(IAppServicePlansOperations, String, CancellationToken)
ListRoutesForVnet(IAppServicePlansOperations, String, String, String)
ListRoutesForVnetAsync(IAppServicePlansOperations, String, String, String, CancellationToken)
ListUsages(IAppServicePlansOperations, String, String, String)
ListUsagesAsync(IAppServicePlansOperations, String, String, String, CancellationToken)
ListUsagesNext(IAppServicePlansOperations, String)
ListUsagesNextAsync(IAppServicePlansOperations, String, CancellationToken)
ListVnets(IAppServicePlansOperations, String, String)
ListVnetsAsync(IAppServicePlansOperations, String, String, CancellationToken)
ListWebApps(IAppServicePlansOperations, String, String, String, String, String)
ListWebAppsAsync(IAppServicePlansOperations, String, String, String, String, String, CancellationToken)
ListWebAppsByHybridConnection(IAppServicePlansOperations, String, String, String, String)
ListWebAppsByHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)
ListWebAppsByHybridConnectionNext(IAppServicePlansOperations, String)
ListWebAppsByHybridConnectionNextAsync(IAppServicePlansOperations, String, CancellationToken)
ListWebAppsNext(IAppServicePlansOperations, String)
ListWebAppsNextAsync(IAppServicePlansOperations, String, CancellationToken)
RebootWorker(IAppServicePlansOperations, String, String, String)
RebootWorkerAsync(IAppServicePlansOperations, String, String, String, CancellationToken)
RestartWebApps(IAppServicePlansOperations, String, String, Nullable<Boolean>)
RestartWebAppsAsync(IAppServicePlansOperations, String, String, Nullable<Boolean>, CancellationToken)
Update(IAppServicePlansOperations, String, String, AppServicePlanPatchResource)
UpdateAsync(IAppServicePlansOperations, String, String, AppServicePlanPatchResource, CancellationToken)
UpdateVnetGateway(IAppServicePlansOperations, String, String, String, String, VnetGateway)
UpdateVnetGatewayAsync(IAppServicePlansOperations, String, String, String, String, VnetGateway, CancellationToken)
UpdateVnetRoute(IAppServicePlansOperations, String, String, String, String, VnetRoute)
UpdateVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, VnetRoute, CancellationToken)

Applies to