Mono<ManagedInstanceOperationInner> |
ManagedInstanceOperationsClient.getAsync(String resourceGroupName,
String managedInstanceName,
UUID operationId) |
Gets a management operation on a managed instance.
|
com.azure.core.http.rest.Response<ManagedInstanceOperationInner> |
ManagedInstanceOperationsClient.getWithResponse(String resourceGroupName,
String managedInstanceName,
UUID operationId,
com.azure.core.util.Context context) |
Gets a management operation on a managed instance.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceOperationInner>> |
ManagedInstanceOperationsClient.getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
UUID operationId) |
Gets a management operation on a managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceOperationInner> |
ManagedInstanceOperationsClient.listByManagedInstance(String resourceGroupName,
String managedInstanceName) |
Gets a list of operations performed on the managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceOperationInner> |
ManagedInstanceOperationsClient.listByManagedInstance(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context) |
Gets a list of operations performed on the managed instance.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceOperationInner> |
ManagedInstanceOperationsClient.listByManagedInstanceAsync(String resourceGroupName,
String managedInstanceName) |
Gets a list of operations performed on the managed instance.
|