Uses of Class
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceOperationInner
Packages that use ManagedInstanceOperationInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ManagedInstanceOperationInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ManagedInstanceOperationInnerModifier and TypeMethodDescriptionManagedInstanceOperationsClient.get(String resourceGroupName, String managedInstanceName, UUID operationId) Gets a management operation on a managed instance.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ManagedInstanceOperationInnerModifier and TypeMethodDescriptionManagedInstanceOperationsClient.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. -
Uses of ManagedInstanceOperationInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedInstanceOperationInnerModifier and TypeMethodDescriptionManagedInstanceOperationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedInstanceOperationInner from the JsonReader. -
Uses of ManagedInstanceOperationInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ManagedInstanceOperationInnerModifier and TypeMethodDescriptionManagedInstanceOperationListResult.value()Get the value property: Array of results.