Uses of Class
com.azure.resourcemanager.appservice.fluent.models.OperationInner
Packages that use OperationInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of OperationInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return OperationInnerModifier and TypeMethodDescriptionWebAppsClient.migrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.WebAppsClient.migrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope, com.azure.core.util.Context context) Migrates a local (in-app) MySql database to a remote MySql database.AppServicePlansClient.recycleManagedInstanceWorker(String resourceGroupName, String name, String workerName) Recycles a managed instance worker machine.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type OperationInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope, com.azure.core.util.Context context) Migrates a local (in-app) MySql database to a remote MySql database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope, com.azure.core.util.Context context) Migrates a local (in-app) MySql database to a remote MySql database.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySqlAsync(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySqlAsync(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.AppServiceEnvironmentsClient.listOperations(String resourceGroupName, String name) List all currently running operations on the App Service Environment.AppServiceEnvironmentsClient.listOperationsAsync(String resourceGroupName, String name) List all currently running operations on the App Service Environment.com.azure.core.http.rest.Response<List<OperationInner>> AppServiceEnvironmentsClient.listOperationsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) List all currently running operations on the App Service Environment.Mono<com.azure.core.http.rest.Response<List<OperationInner>>> AppServiceEnvironmentsClient.listOperationsWithResponseAsync(String resourceGroupName, String name) List all currently running operations on the App Service Environment.WebAppsClient.migrateMySqlAsync(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.AppServicePlansClient.recycleManagedInstanceWorkerAsync(String resourceGroupName, String name, String workerName) Recycles a managed instance worker machine.com.azure.core.http.rest.Response<OperationInner> AppServicePlansClient.recycleManagedInstanceWorkerWithResponse(String resourceGroupName, String name, String workerName, com.azure.core.util.Context context) Recycles a managed instance worker machine.Mono<com.azure.core.http.rest.Response<OperationInner>> AppServicePlansClient.recycleManagedInstanceWorkerWithResponseAsync(String resourceGroupName, String name, String workerName) Recycles a managed instance worker machine. -
Uses of OperationInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type OperationInnerMethods in com.azure.resourcemanager.appservice.fluent.models that return OperationInnerModifier and TypeMethodDescriptionstatic OperationInnerOperationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationInner from the JsonReader.