| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ResourcesClient.beginMoveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
The resources to move must be in the same source resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ResourcesClient.beginMoveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters,
com.azure.core.util.Context context)
The resources to move must be in the same source resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
ResourcesClient.beginMoveResourcesAsync(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
The resources to move must be in the same source resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ResourcesClient.beginValidateMoveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
This operation checks whether the specified resources can be moved to the target.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ResourcesClient.beginValidateMoveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters,
com.azure.core.util.Context context)
This operation checks whether the specified resources can be moved to the target.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
ResourcesClient.beginValidateMoveResourcesAsync(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
This operation checks whether the specified resources can be moved to the target.
|
void |
ResourcesClient.moveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
The resources to move must be in the same source resource group.
|
void |
ResourcesClient.moveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters,
com.azure.core.util.Context context)
The resources to move must be in the same source resource group.
|
Mono<Void> |
ResourcesClient.moveResourcesAsync(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
The resources to move must be in the same source resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ResourcesClient.moveResourcesWithResponseAsync(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
The resources to move must be in the same source resource group.
|
void |
ResourcesClient.validateMoveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
This operation checks whether the specified resources can be moved to the target.
|
void |
ResourcesClient.validateMoveResources(String sourceResourceGroupName,
ResourcesMoveInfo parameters,
com.azure.core.util.Context context)
This operation checks whether the specified resources can be moved to the target.
|
Mono<Void> |
ResourcesClient.validateMoveResourcesAsync(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
This operation checks whether the specified resources can be moved to the target.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ResourcesClient.validateMoveResourcesWithResponseAsync(String sourceResourceGroupName,
ResourcesMoveInfo parameters)
This operation checks whether the specified resources can be moved to the target.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcesMoveInfo |
ResourcesMoveInfo.withResources(List<String> resources)
Set the resources property: The IDs of the resources.
|
ResourcesMoveInfo |
ResourcesMoveInfo.withTargetResourceGroup(String targetResourceGroup)
Set the targetResourceGroup property: The target resource group.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.