Uses of Class
com.azure.resourcemanager.resources.models.ResourcesMoveInfo
Packages that use ResourcesMoveInfo
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ResourcesMoveInfo in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent with parameters of type ResourcesMoveInfoModifier and TypeMethodDescriptionResourcesClient.beginMoveResources(String sourceResourceGroupName, ResourcesMoveInfo parameters) The resources to move must be in the same source resource group.ResourcesClient.beginMoveResources(String sourceResourceGroupName, ResourcesMoveInfo parameters, com.azure.core.util.Context context) The resources to move must be in the same source resource group.ResourcesClient.beginMoveResourcesAsync(String sourceResourceGroupName, ResourcesMoveInfo parameters) The resources to move must be in the same source resource group.ResourcesClient.beginValidateMoveResources(String sourceResourceGroupName, ResourcesMoveInfo parameters) This operation checks whether the specified resources can be moved to the target.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.ResourcesClient.beginValidateMoveResourcesAsync(String sourceResourceGroupName, ResourcesMoveInfo parameters) This operation checks whether the specified resources can be moved to the target.voidResourcesClient.moveResources(String sourceResourceGroupName, ResourcesMoveInfo parameters) The resources to move must be in the same source resource group.voidResourcesClient.moveResources(String sourceResourceGroupName, ResourcesMoveInfo parameters, com.azure.core.util.Context context) The resources to move must be in the same source resource group.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.voidResourcesClient.validateMoveResources(String sourceResourceGroupName, ResourcesMoveInfo parameters) This operation checks whether the specified resources can be moved to the target.voidResourcesClient.validateMoveResources(String sourceResourceGroupName, ResourcesMoveInfo parameters, com.azure.core.util.Context context) This operation checks whether the specified resources can be moved to the target.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. -
Uses of ResourcesMoveInfo in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ResourcesMoveInfoModifier and TypeMethodDescriptionResourcesMoveInfo.withResources(List<String> resources) Set the resources property: The IDs of the resources.ResourcesMoveInfo.withTargetResourceGroup(String targetResourceGroup) Set the targetResourceGroup property: The target resource group.