Uses of Class
com.azure.resourcemanager.appservice.fluent.models.OperationInner
Packages that use OperationInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
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.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. -
Uses of OperationInner in com.azure.resourcemanager.appservice.fluent.models
Methods 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.OperationInner.withCreatedTime(OffsetDateTime createdTime) Set the createdTime property: Time when operation has started.OperationInner.withErrors(List<ErrorEntity> errors) Set the errors property: Any errors associate with the operation.OperationInner.withExpirationTime(OffsetDateTime expirationTime) Set the expirationTime property: Time when operation will expire.OperationInner.withGeoMasterOperationId(UUID geoMasterOperationId) Set the geoMasterOperationId property: Applicable only for stamp operation ids.Set the id property: Operation ID.OperationInner.withModifiedTime(OffsetDateTime modifiedTime) Set the modifiedTime property: Time when operation has been updated.Set the name property: Operation name.OperationInner.withStatus(OperationStatus status) Set the status property: The current status of the operation.