Mono<MigrateMySqlStatusInner> |
WebAppsClient.getMigrateMySqlStatusAsync(String resourceGroupName,
String name) |
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
Mono<MigrateMySqlStatusInner> |
WebAppsClient.getMigrateMySqlStatusSlotAsync(String resourceGroupName,
String name,
String slot) |
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
com.azure.core.http.rest.Response<MigrateMySqlStatusInner> |
WebAppsClient.getMigrateMySqlStatusSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context) |
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
Mono<com.azure.core.http.rest.Response<MigrateMySqlStatusInner>> |
WebAppsClient.getMigrateMySqlStatusSlotWithResponseAsync(String resourceGroupName,
String name,
String slot) |
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
com.azure.core.http.rest.Response<MigrateMySqlStatusInner> |
WebAppsClient.getMigrateMySqlStatusWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context) |
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
Mono<com.azure.core.http.rest.Response<MigrateMySqlStatusInner>> |
WebAppsClient.getMigrateMySqlStatusWithResponseAsync(String resourceGroupName,
String name) |
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|