public interface AppServicePlansClient extends InnerSupportsGet<AppServicePlanInner>, InnerSupportsListing<AppServicePlanInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> |
beginCreateOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> |
beginCreateOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan,
com.azure.core.util.Context context)
Description for Creates or updates an App Service Plan.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
AppServicePlanInner |
createOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
AppServicePlanInner |
createOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan,
com.azure.core.util.Context context)
Description for Creates or updates an App Service Plan.
|
Mono<AppServicePlanInner> |
createOrUpdateAsync(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
VnetRouteInner |
createOrUpdateVnetRoute(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route)
Description for Create or update a Virtual Network route in an App Service plan.
|
Mono<VnetRouteInner> |
createOrUpdateVnetRouteAsync(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route)
Description for Create or update a Virtual Network route in an App Service plan.
|
com.azure.core.http.rest.Response<VnetRouteInner> |
createOrUpdateVnetRouteWithResponse(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route,
com.azure.core.util.Context context)
Description for Create or update a Virtual Network route in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<VnetRouteInner>> |
createOrUpdateVnetRouteWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route)
Description for Create or update a Virtual Network route in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
void |
delete(String resourceGroupName,
String name)
Description for Delete an App Service plan.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name)
Description for Delete an App Service plan.
|
void |
deleteHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Delete a Hybrid Connection in use in an App Service plan.
|
Mono<Void> |
deleteHybridConnectionAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Delete a Hybrid Connection in use in an App Service plan.
|
com.azure.core.http.rest.Response<Void> |
deleteHybridConnectionWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
com.azure.core.util.Context context)
Description for Delete a Hybrid Connection in use in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteHybridConnectionWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Delete a Hybrid Connection in use in an App Service plan.
|
void |
deleteVnetRoute(String resourceGroupName,
String name,
String vnetName,
String routeName)
Description for Delete a Virtual Network route in an App Service plan.
|
Mono<Void> |
deleteVnetRouteAsync(String resourceGroupName,
String name,
String vnetName,
String routeName)
Description for Delete a Virtual Network route in an App Service plan.
|
com.azure.core.http.rest.Response<Void> |
deleteVnetRouteWithResponse(String resourceGroupName,
String name,
String vnetName,
String routeName,
com.azure.core.util.Context context)
Description for Delete a Virtual Network route in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteVnetRouteWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String routeName)
Description for Delete a Virtual Network route in an App Service plan.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Delete an App Service plan.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String name)
Description for Delete an App Service plan.
|
AppServicePlanInner |
getByResourceGroup(String resourceGroupName,
String name)
Description for Get an App Service plan.
|
Mono<AppServicePlanInner> |
getByResourceGroupAsync(String resourceGroupName,
String name)
Description for Get an App Service plan.
|
com.azure.core.http.rest.Response<AppServicePlanInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get an App Service plan.
|
Mono<com.azure.core.http.rest.Response<AppServicePlanInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String name)
Description for Get an App Service plan.
|
HybridConnectionInner |
getHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Retrieve a Hybrid Connection in use in an App Service plan.
|
Mono<HybridConnectionInner> |
getHybridConnectionAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Retrieve a Hybrid Connection in use in an App Service plan.
|
HybridConnectionLimitsInner |
getHybridConnectionPlanLimit(String resourceGroupName,
String name)
Description for Get the maximum number of Hybrid Connections allowed in an App Service plan.
|
Mono<HybridConnectionLimitsInner> |
getHybridConnectionPlanLimitAsync(String resourceGroupName,
String name)
Description for Get the maximum number of Hybrid Connections allowed in an App Service plan.
|
com.azure.core.http.rest.Response<HybridConnectionLimitsInner> |
getHybridConnectionPlanLimitWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get the maximum number of Hybrid Connections allowed in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionLimitsInner>> |
getHybridConnectionPlanLimitWithResponseAsync(String resourceGroupName,
String name)
Description for Get the maximum number of Hybrid Connections allowed in an App Service plan.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
getHybridConnectionWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
com.azure.core.util.Context context)
Description for Retrieve a Hybrid Connection in use in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
getHybridConnectionWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Retrieve a Hybrid Connection in use in an App Service plan.
|
List<VnetRouteInner> |
getRouteForVnet(String resourceGroupName,
String name,
String vnetName,
String routeName)
Description for Get a Virtual Network route in an App Service plan.
|
Mono<List<VnetRouteInner>> |
getRouteForVnetAsync(String resourceGroupName,
String name,
String vnetName,
String routeName)
Description for Get a Virtual Network route in an App Service plan.
|
com.azure.core.http.rest.Response<List<VnetRouteInner>> |
getRouteForVnetWithResponse(String resourceGroupName,
String name,
String vnetName,
String routeName,
com.azure.core.util.Context context)
Description for Get a Virtual Network route in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<List<VnetRouteInner>>> |
getRouteForVnetWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String routeName)
Description for Get a Virtual Network route in an App Service plan.
|
Object |
getServerFarmSkus(String resourceGroupName,
String name)
Description for Gets all selectable SKUs for a given App Service Plan.
|
Mono<Object> |
getServerFarmSkusAsync(String resourceGroupName,
String name)
Description for Gets all selectable SKUs for a given App Service Plan.
|
com.azure.core.http.rest.Response<Object> |
getServerFarmSkusWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets all selectable SKUs for a given App Service Plan.
|
Mono<com.azure.core.http.rest.Response<Object>> |
getServerFarmSkusWithResponseAsync(String resourceGroupName,
String name)
Description for Gets all selectable SKUs for a given App Service Plan.
|
VnetInfoResourceInner |
getVnetFromServerFarm(String resourceGroupName,
String name,
String vnetName)
Description for Get a Virtual Network associated with an App Service plan.
|
Mono<VnetInfoResourceInner> |
getVnetFromServerFarmAsync(String resourceGroupName,
String name,
String vnetName)
Description for Get a Virtual Network associated with an App Service plan.
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
getVnetFromServerFarmWithResponse(String resourceGroupName,
String name,
String vnetName,
com.azure.core.util.Context context)
Description for Get a Virtual Network associated with an App Service plan.
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
getVnetFromServerFarmWithResponseAsync(String resourceGroupName,
String name,
String vnetName)
Description for Get a Virtual Network associated with an App Service plan.
|
VnetGatewayInner |
getVnetGateway(String resourceGroupName,
String name,
String vnetName,
String gatewayName)
Description for Get a Virtual Network gateway.
|
Mono<VnetGatewayInner> |
getVnetGatewayAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName)
Description for Get a Virtual Network gateway.
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
getVnetGatewayWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
com.azure.core.util.Context context)
Description for Get a Virtual Network gateway.
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
getVnetGatewayWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName)
Description for Get a Virtual Network gateway.
|
com.azure.core.http.rest.PagedIterable<AppServicePlanInner> |
list()
Description for Get all App Service plans for a subscription.
|
com.azure.core.http.rest.PagedIterable<AppServicePlanInner> |
list(Boolean detailed,
com.azure.core.util.Context context)
Description for Get all App Service plans for a subscription.
|
com.azure.core.http.rest.PagedFlux<AppServicePlanInner> |
listAsync()
Description for Get all App Service plans for a subscription.
|
com.azure.core.http.rest.PagedFlux<AppServicePlanInner> |
listAsync(Boolean detailed)
Description for Get all App Service plans for a subscription.
|
com.azure.core.http.rest.PagedIterable<AppServicePlanInner> |
listByResourceGroup(String resourceGroupName)
Description for Get all App Service plans in a resource group.
|
com.azure.core.http.rest.PagedIterable<AppServicePlanInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Description for Get all App Service plans in a resource group.
|
com.azure.core.http.rest.PagedFlux<AppServicePlanInner> |
listByResourceGroupAsync(String resourceGroupName)
Description for Get all App Service plans in a resource group.
|
List<CapabilityInner> |
listCapabilities(String resourceGroupName,
String name)
Description for List all capabilities of an App Service plan.
|
Mono<List<CapabilityInner>> |
listCapabilitiesAsync(String resourceGroupName,
String name)
Description for List all capabilities of an App Service plan.
|
com.azure.core.http.rest.Response<List<CapabilityInner>> |
listCapabilitiesWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for List all capabilities of an App Service plan.
|
Mono<com.azure.core.http.rest.Response<List<CapabilityInner>>> |
listCapabilitiesWithResponseAsync(String resourceGroupName,
String name)
Description for List all capabilities of an App Service plan.
|
HybridConnectionKeyInner |
listHybridConnectionKeys(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Get the send key name and value of a Hybrid Connection.
|
Mono<HybridConnectionKeyInner> |
listHybridConnectionKeysAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Get the send key name and value of a Hybrid Connection.
|
com.azure.core.http.rest.Response<HybridConnectionKeyInner> |
listHybridConnectionKeysWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
com.azure.core.util.Context context)
Description for Get the send key name and value of a Hybrid Connection.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionKeyInner>> |
listHybridConnectionKeysWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Get the send key name and value of a Hybrid Connection.
|
com.azure.core.http.rest.PagedIterable<HybridConnectionInner> |
listHybridConnections(String resourceGroupName,
String name)
Description for Retrieve all Hybrid Connections in use in an App Service plan.
|
com.azure.core.http.rest.PagedIterable<HybridConnectionInner> |
listHybridConnections(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Retrieve all Hybrid Connections in use in an App Service plan.
|
com.azure.core.http.rest.PagedFlux<HybridConnectionInner> |
listHybridConnectionsAsync(String resourceGroupName,
String name)
Description for Retrieve all Hybrid Connections in use in an App Service plan.
|
List<VnetRouteInner> |
listRoutesForVnet(String resourceGroupName,
String name,
String vnetName)
Description for Get all routes that are associated with a Virtual Network in an App Service plan.
|
Mono<List<VnetRouteInner>> |
listRoutesForVnetAsync(String resourceGroupName,
String name,
String vnetName)
Description for Get all routes that are associated with a Virtual Network in an App Service plan.
|
com.azure.core.http.rest.Response<List<VnetRouteInner>> |
listRoutesForVnetWithResponse(String resourceGroupName,
String name,
String vnetName,
com.azure.core.util.Context context)
Description for Get all routes that are associated with a Virtual Network in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<List<VnetRouteInner>>> |
listRoutesForVnetWithResponseAsync(String resourceGroupName,
String name,
String vnetName)
Description for Get all routes that are associated with a Virtual Network in an App Service plan.
|
com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> |
listUsages(String resourceGroupName,
String name)
Description for Gets server farm usage information.
|
com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> |
listUsages(String resourceGroupName,
String name,
String filter,
com.azure.core.util.Context context)
Description for Gets server farm usage information.
|
com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> |
listUsagesAsync(String resourceGroupName,
String name)
Description for Gets server farm usage information.
|
com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> |
listUsagesAsync(String resourceGroupName,
String name,
String filter)
Description for Gets server farm usage information.
|
List<VnetInfoResourceInner> |
listVnets(String resourceGroupName,
String name)
Description for Get all Virtual Networks associated with an App Service plan.
|
Mono<List<VnetInfoResourceInner>> |
listVnetsAsync(String resourceGroupName,
String name)
Description for Get all Virtual Networks associated with an App Service plan.
|
com.azure.core.http.rest.Response<List<VnetInfoResourceInner>> |
listVnetsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get all Virtual Networks associated with an App Service plan.
|
Mono<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> |
listVnetsWithResponseAsync(String resourceGroupName,
String name)
Description for Get all Virtual Networks associated with an App Service plan.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
listWebApps(String resourceGroupName,
String name)
Description for Get all apps associated with an App Service plan.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
listWebApps(String resourceGroupName,
String name,
String skipToken,
String filter,
String top,
com.azure.core.util.Context context)
Description for Get all apps associated with an App Service plan.
|
com.azure.core.http.rest.PagedFlux<SiteInner> |
listWebAppsAsync(String resourceGroupName,
String name)
Description for Get all apps associated with an App Service plan.
|
com.azure.core.http.rest.PagedFlux<SiteInner> |
listWebAppsAsync(String resourceGroupName,
String name,
String skipToken,
String filter,
String top)
Description for Get all apps associated with an App Service plan.
|
com.azure.core.http.rest.PagedIterable<String> |
listWebAppsByHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Get all apps that use a Hybrid Connection in an App Service Plan.
|
com.azure.core.http.rest.PagedIterable<String> |
listWebAppsByHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName,
com.azure.core.util.Context context)
Description for Get all apps that use a Hybrid Connection in an App Service Plan.
|
com.azure.core.http.rest.PagedFlux<String> |
listWebAppsByHybridConnectionAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Get all apps that use a Hybrid Connection in an App Service Plan.
|
void |
rebootWorker(String resourceGroupName,
String name,
String workerName)
Description for Reboot a worker machine in an App Service plan.
|
Mono<Void> |
rebootWorkerAsync(String resourceGroupName,
String name,
String workerName)
Description for Reboot a worker machine in an App Service plan.
|
com.azure.core.http.rest.Response<Void> |
rebootWorkerWithResponse(String resourceGroupName,
String name,
String workerName,
com.azure.core.util.Context context)
Description for Reboot a worker machine in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<Void>> |
rebootWorkerWithResponseAsync(String resourceGroupName,
String name,
String workerName)
Description for Reboot a worker machine in an App Service plan.
|
void |
restartWebApps(String resourceGroupName,
String name)
Description for Restart all apps in an App Service plan.
|
Mono<Void> |
restartWebAppsAsync(String resourceGroupName,
String name)
Description for Restart all apps in an App Service plan.
|
Mono<Void> |
restartWebAppsAsync(String resourceGroupName,
String name,
Boolean softRestart)
Description for Restart all apps in an App Service plan.
|
com.azure.core.http.rest.Response<Void> |
restartWebAppsWithResponse(String resourceGroupName,
String name,
Boolean softRestart,
com.azure.core.util.Context context)
Description for Restart all apps in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<Void>> |
restartWebAppsWithResponseAsync(String resourceGroupName,
String name,
Boolean softRestart)
Description for Restart all apps in an App Service plan.
|
AppServicePlanInner |
update(String resourceGroupName,
String name,
AppServicePlanPatchResource appServicePlan)
Description for Creates or updates an App Service Plan.
|
Mono<AppServicePlanInner> |
updateAsync(String resourceGroupName,
String name,
AppServicePlanPatchResource appServicePlan)
Description for Creates or updates an App Service Plan.
|
VnetGatewayInner |
updateVnetGateway(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Update a Virtual Network gateway.
|
Mono<VnetGatewayInner> |
updateVnetGatewayAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Update a Virtual Network gateway.
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
updateVnetGatewayWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Update a Virtual Network gateway.
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
updateVnetGatewayWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Update a Virtual Network gateway.
|
VnetRouteInner |
updateVnetRoute(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route)
Description for Create or update a Virtual Network route in an App Service plan.
|
Mono<VnetRouteInner> |
updateVnetRouteAsync(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route)
Description for Create or update a Virtual Network route in an App Service plan.
|
com.azure.core.http.rest.Response<VnetRouteInner> |
updateVnetRouteWithResponse(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route,
com.azure.core.util.Context context)
Description for Create or update a Virtual Network route in an App Service plan.
|
Mono<com.azure.core.http.rest.Response<VnetRouteInner>> |
updateVnetRouteWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String routeName,
VnetRouteInner route)
Description for Create or update a Virtual Network route in an App Service plan.
|
com.azure.core.http.rest.Response<AppServicePlanInner> |
updateWithResponse(String resourceGroupName,
String name,
AppServicePlanPatchResource appServicePlan,
com.azure.core.util.Context context)
Description for Creates or updates an App Service Plan.
|
Mono<com.azure.core.http.rest.Response<AppServicePlanInner>> |
updateWithResponseAsync(String resourceGroupName,
String name,
AppServicePlanPatchResource appServicePlan)
Description for Creates or updates an App Service Plan.
|
com.azure.core.http.rest.PagedFlux<AppServicePlanInner> listAsync(Boolean detailed)
detailed - Specify <code>true</code> to return all App Service plan properties. The default is
<code>false</code>, which returns a subset of the properties. Retrieval of all properties may
increase the API latency.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<AppServicePlanInner> listAsync()
listAsync in interface InnerSupportsListing<AppServicePlanInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AppServicePlanInner> list()
list in interface InnerSupportsListing<AppServicePlanInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AppServicePlanInner> list(Boolean detailed, com.azure.core.util.Context context)
detailed - Specify <code>true</code> to return all App Service plan properties. The default is
<code>false</code>, which returns a subset of the properties. Retrieval of all properties may
increase the API latency.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<AppServicePlanInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<AppServicePlanInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AppServicePlanInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<AppServicePlanInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AppServicePlanInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AppServicePlanInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AppServicePlanInner> getByResourceGroupAsync(String resourceGroupName, String name)
getByResourceGroupAsync in interface InnerSupportsGet<AppServicePlanInner>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AppServicePlanInner getByResourceGroup(String resourceGroupName, String name)
getByResourceGroup in interface InnerSupportsGet<AppServicePlanInner>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AppServicePlanInner> getByResourceGroupWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String name, AppServicePlanInner appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> beginCreateOrUpdateAsync(String resourceGroupName, String name, AppServicePlanInner appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> beginCreateOrUpdate(String resourceGroupName, String name, AppServicePlanInner appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> beginCreateOrUpdate(String resourceGroupName, String name, AppServicePlanInner appServicePlan, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AppServicePlanInner> createOrUpdateAsync(String resourceGroupName, String name, AppServicePlanInner appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AppServicePlanInner createOrUpdate(String resourceGroupName, String name, AppServicePlanInner appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AppServicePlanInner createOrUpdate(String resourceGroupName, String name, AppServicePlanInner appServicePlan, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String name)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AppServicePlanInner>> updateWithResponseAsync(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AppServicePlanInner> updateAsync(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AppServicePlanInner update(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AppServicePlanInner> updateWithResponse(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.appServicePlan - Details of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<CapabilityInner>>> listCapabilitiesWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<CapabilityInner>> listCapabilitiesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<CapabilityInner> listCapabilities(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<CapabilityInner>> listCapabilitiesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> getHybridConnectionWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> getHybridConnectionAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner getHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> getHybridConnectionWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteHybridConnectionWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteHybridConnectionAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteHybridConnectionWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Service Bus namespace.relayName - Name of the Service Bus relay.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionKeyInner>> listHybridConnectionKeysWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - The name of the Service Bus namespace.relayName - The name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionKeyInner> listHybridConnectionKeysAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - The name of the Service Bus namespace.relayName - The name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionKeyInner listHybridConnectionKeys(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - The name of the Service Bus namespace.relayName - The name of the Service Bus relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionKeyInner> listHybridConnectionKeysWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - The name of the Service Bus namespace.relayName - The name of the Service Bus relay.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<String> listWebAppsByHybridConnectionAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Hybrid Connection namespace.relayName - Name of the Hybrid Connection relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<String> listWebAppsByHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Hybrid Connection namespace.relayName - Name of the Hybrid Connection relay.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<String> listWebAppsByHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.namespaceName - Name of the Hybrid Connection namespace.relayName - Name of the Hybrid Connection relay.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionLimitsInner>> getHybridConnectionPlanLimitWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionLimitsInner> getHybridConnectionPlanLimitAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionLimitsInner getHybridConnectionPlanLimit(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionLimitsInner> getHybridConnectionPlanLimitWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<HybridConnectionInner> listHybridConnectionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<HybridConnectionInner> listHybridConnections(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<HybridConnectionInner> listHybridConnections(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> restartWebAppsWithResponseAsync(String resourceGroupName, String name, Boolean softRestart)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.softRestart - Specify <code>true</code> to perform a soft restart, applies the configuration
settings and restarts the apps if necessary. The default is <code>false</code>, which always
restarts and reprovisions the apps.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restartWebAppsAsync(String resourceGroupName, String name, Boolean softRestart)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.softRestart - Specify <code>true</code> to perform a soft restart, applies the configuration
settings and restarts the apps if necessary. The default is <code>false</code>, which always
restarts and reprovisions the apps.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restartWebAppsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restartWebApps(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> restartWebAppsWithResponse(String resourceGroupName, String name, Boolean softRestart, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.softRestart - Specify <code>true</code> to perform a soft restart, applies the configuration
settings and restarts the apps if necessary. The default is <code>false</code>, which always
restarts and reprovisions the apps.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteInner> listWebAppsAsync(String resourceGroupName, String name, String skipToken, String filter, String top)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.skipToken - Skip to a web app in the list of webapps associated with app service plan. If specified, the
resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list
contains web apps from the start of the list.filter - Supported filter: $filter=state eq running. Returns only web apps that are currently running.top - List page size. If specified, results are paged.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteInner> listWebAppsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> listWebApps(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> listWebApps(String resourceGroupName, String name, String skipToken, String filter, String top, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.skipToken - Skip to a web app in the list of webapps associated with app service plan. If specified, the
resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list
contains web apps from the start of the list.filter - Supported filter: $filter=state eq running. Returns only web apps that are currently running.top - List page size. If specified, results are paged.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Object>> getServerFarmSkusWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> getServerFarmSkusAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object getServerFarmSkus(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Object> getServerFarmSkusWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> listUsagesAsync(String resourceGroupName, String name, String filter)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.filter - Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example:
$filter=(name.value eq 'Metric1' or name.value eq 'Metric2').IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> listUsagesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> listUsages(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> listUsages(String resourceGroupName, String name, String filter, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of App Service Plan.filter - Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example:
$filter=(name.value eq 'Metric1' or name.value eq 'Metric2').context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> listVnetsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<VnetInfoResourceInner>> listVnetsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<VnetInfoResourceInner> listVnets(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<VnetInfoResourceInner>> listVnetsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> getVnetFromServerFarmWithResponseAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetInfoResourceInner> getVnetFromServerFarmAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetInfoResourceInner getVnetFromServerFarm(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetInfoResourceInner> getVnetFromServerFarmWithResponse(String resourceGroupName, String name, String vnetName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> getVnetGatewayWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> getVnetGatewayAsync(String resourceGroupName, String name, String vnetName, String gatewayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner getVnetGateway(String resourceGroupName, String name, String vnetName, String gatewayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> getVnetGatewayWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> updateVnetGatewayWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.connectionEnvelope - Definition of the gateway.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> updateVnetGatewayAsync(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.connectionEnvelope - Definition of the gateway.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner updateVnetGateway(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.connectionEnvelope - Definition of the gateway.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> updateVnetGatewayWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Only the 'primary' gateway is supported.connectionEnvelope - Definition of the gateway.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<VnetRouteInner>>> listRoutesForVnetWithResponseAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<VnetRouteInner>> listRoutesForVnetAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<VnetRouteInner> listRoutesForVnet(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<VnetRouteInner>> listRoutesForVnetWithResponse(String resourceGroupName, String name, String vnetName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<VnetRouteInner>>> getRouteForVnetWithResponseAsync(String resourceGroupName, String name, String vnetName, String routeName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<VnetRouteInner>> getRouteForVnetAsync(String resourceGroupName, String name, String vnetName, String routeName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<VnetRouteInner> getRouteForVnet(String resourceGroupName, String name, String vnetName, String routeName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<VnetRouteInner>> getRouteForVnetWithResponse(String resourceGroupName, String name, String vnetName, String routeName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetRouteInner>> createOrUpdateVnetRouteWithResponseAsync(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetRouteInner> createOrUpdateVnetRouteAsync(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetRouteInner createOrUpdateVnetRoute(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetRouteInner> createOrUpdateVnetRouteWithResponse(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteVnetRouteWithResponseAsync(String resourceGroupName, String name, String vnetName, String routeName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteVnetRouteAsync(String resourceGroupName, String name, String vnetName, String routeName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteVnetRoute(String resourceGroupName, String name, String vnetName, String routeName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteVnetRouteWithResponse(String resourceGroupName, String name, String vnetName, String routeName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetRouteInner>> updateVnetRouteWithResponseAsync(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetRouteInner> updateVnetRouteAsync(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetRouteInner updateVnetRoute(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetRouteInner> updateVnetRouteWithResponse(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.vnetName - Name of the Virtual Network.routeName - Name of the Virtual Network route.route - Definition of the Virtual Network route.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> rebootWorkerWithResponseAsync(String resourceGroupName, String name, String workerName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.workerName - Name of worker machine, which typically starts with RD.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> rebootWorkerAsync(String resourceGroupName, String name, String workerName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.workerName - Name of worker machine, which typically starts with RD.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void rebootWorker(String resourceGroupName, String name, String workerName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.workerName - Name of worker machine, which typically starts with RD.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> rebootWorkerWithResponse(String resourceGroupName, String name, String workerName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the App Service plan.workerName - Name of worker machine, which typically starts with RD.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.