Share via


ResourceMoverExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ResourceMover.

public static class ResourceMoverExtensions
type ResourceMoverExtensions = class
Public Module ResourceMoverExtensions
Inheritance
ResourceMoverExtensions

Methods

GetMoverResource(ArmClient, ResourceIdentifier)

Gets an object representing a MoverResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MoverResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMoverResource(ResourceIdentifier) instead.

GetMoverResourceSet(ResourceGroupResource, String, CancellationToken)

Gets the move collection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}
  • Operation Id: MoveCollections_Get
  • Default Api Version: 2023-08-01
  • Resource: MoverResourceSetResource
GetMoverResourceSetAsync(ResourceGroupResource, String, CancellationToken)

Gets the move collection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}
  • Operation Id: MoveCollections_Get
  • Default Api Version: 2023-08-01
  • Resource: MoverResourceSetResource
GetMoverResourceSetResource(ArmClient, ResourceIdentifier)

Gets an object representing a MoverResourceSetResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a MoverResourceSetResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMoverResourceSetResource(ResourceIdentifier) instead.

GetMoverResourceSets(ResourceGroupResource)

Gets a collection of MoverResourceSetResources in the ResourceGroupResource. MockingTo mock this method, please mock GetMoverResourceSets() instead.

GetMoverResourceSets(SubscriptionResource, CancellationToken)

Get all the Move Collections in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections
  • Operation Id: MoveCollections_ListMoveCollectionsBySubscription
  • Default Api Version: 2023-08-01
  • Resource: MoverResourceSetResource
GetMoverResourceSetsAsync(SubscriptionResource, CancellationToken)

Get all the Move Collections in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections
  • Operation Id: MoveCollections_ListMoveCollectionsBySubscription
  • Default Api Version: 2023-08-01
  • Resource: MoverResourceSetResource
GetOperationsDiscoveries(TenantResource, CancellationToken)
  • Request Path: /providers/Microsoft.Migrate/operations
  • Operation Id: OperationsDiscovery_Get
  • Default Api Version: 2023-08-01
GetOperationsDiscoveriesAsync(TenantResource, CancellationToken)
  • Request Path: /providers/Microsoft.Migrate/operations
  • Operation Id: OperationsDiscovery_Get
  • Default Api Version: 2023-08-01

Applies to