public interface ManagedInstancesClient extends InnerSupportsGet<ManagedInstanceInner>, InnerSupportsListing<ManagedInstanceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
beginCreateOrUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceInner parameters)
Creates or updates a managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
beginCreateOrUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceInner parameters,
com.azure.core.util.Context context)
Creates or updates a managed instance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceInner parameters)
Creates or updates a managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String managedInstanceName)
Deletes a managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context)
Deletes a managed instance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String managedInstanceName)
Deletes a managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
beginUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
beginUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters,
com.azure.core.util.Context context)
Updates a managed instance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
beginUpdateAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
ManagedInstanceInner |
createOrUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceInner parameters)
Creates or updates a managed instance.
|
ManagedInstanceInner |
createOrUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceInner parameters,
com.azure.core.util.Context context)
Creates or updates a managed instance.
|
Mono<ManagedInstanceInner> |
createOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceInner parameters)
Creates or updates a managed instance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceInner parameters)
Creates or updates a managed instance.
|
void |
delete(String resourceGroupName,
String managedInstanceName)
Deletes a managed instance.
|
void |
delete(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context)
Deletes a managed instance.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String managedInstanceName)
Deletes a managed instance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String managedInstanceName)
Deletes a managed instance.
|
ManagedInstanceInner |
getByResourceGroup(String resourceGroupName,
String managedInstanceName)
Gets a managed instance.
|
Mono<ManagedInstanceInner> |
getByResourceGroupAsync(String resourceGroupName,
String managedInstanceName)
Gets a managed instance.
|
com.azure.core.http.rest.Response<ManagedInstanceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context)
Gets a managed instance.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String managedInstanceName)
Gets a managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> |
list()
Gets a list of all managed instances in the subscription.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> |
list(com.azure.core.util.Context context)
Gets a list of all managed instances in the subscription.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> |
listAsync()
Gets a list of all managed instances in the subscription.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> |
listByInstancePool(String resourceGroupName,
String instancePoolName)
Gets a list of all managed instances in an instance pool.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> |
listByInstancePool(String resourceGroupName,
String instancePoolName,
com.azure.core.util.Context context)
Gets a list of all managed instances in an instance pool.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> |
listByInstancePoolAsync(String resourceGroupName,
String instancePoolName)
Gets a list of all managed instances in an instance pool.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> |
listByResourceGroup(String resourceGroupName)
Gets a list of managed instances in a resource group.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets a list of managed instances in a resource group.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets a list of managed instances in a resource group.
|
ManagedInstanceInner |
update(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
ManagedInstanceInner |
update(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters,
com.azure.core.util.Context context)
Updates a managed instance.
|
Mono<ManagedInstanceInner> |
updateAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> listByInstancePoolAsync(String resourceGroupName, String instancePoolName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.instancePoolName - The instance pool name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> listByInstancePool(String resourceGroupName, String instancePoolName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.instancePoolName - The instance pool name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> listByInstancePool(String resourceGroupName, String instancePoolName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.instancePoolName - The instance pool name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ManagedInstanceInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ManagedInstanceInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ManagedInstanceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String managedInstanceName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ManagedInstanceInner> getByResourceGroupAsync(String resourceGroupName, String managedInstanceName)
getByResourceGroupAsync in interface InnerSupportsGet<ManagedInstanceInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ManagedInstanceInner getByResourceGroup(String resourceGroupName, String managedInstanceName)
getByResourceGroup in interface InnerSupportsGet<ManagedInstanceInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ManagedInstanceInner> getByResourceGroupWithResponse(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An Azure SQL managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginCreateOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An Azure SQL managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An Azure SQL managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An Azure SQL managed instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ManagedInstanceInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An Azure SQL managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ManagedInstanceInner createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An Azure SQL managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ManagedInstanceInner createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An Azure SQL managed instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String managedInstanceName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String managedInstanceName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String managedInstanceName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String managedInstanceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String managedInstanceName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An update request for an Azure SQL Database managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An update request for an Azure SQL Database managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An update request for an Azure SQL Database managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An update request for an Azure SQL Database managed instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ManagedInstanceInner> updateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An update request for an Azure SQL Database managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ManagedInstanceInner update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An update request for an Azure SQL Database managed instance.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ManagedInstanceInner update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.parameters - An update request for an Azure SQL Database managed instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> listAsync()
listAsync in interface InnerSupportsListing<ManagedInstanceInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> list()
list in interface InnerSupportsListing<ManagedInstanceInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.