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.
|