Share via


MigrateExtensions Class

Definition

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

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

Methods

GetMoveCollection(ResourceGroupResource, String, CancellationToken)

Gets the move collection. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName} Operation Id: MoveCollections_Get

GetMoveCollectionAsync(ResourceGroupResource, String, CancellationToken)

Gets the move collection. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName} Operation Id: MoveCollections_Get

GetMoveCollectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a MoveCollectionResource 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 MoveCollectionResourceResourceIdentifier from its components.

GetMoveCollections(ResourceGroupResource)

Gets a collection of MoveCollectionResources in the ResourceGroupResource.

GetMoveCollections(SubscriptionResource, CancellationToken)

Get all the Move Collections in the subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Operation Id: MoveCollections_ListMoveCollectionsBySubscription

GetMoveCollectionsAsync(SubscriptionResource, CancellationToken)

Get all the Move Collections in the subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Operation Id: MoveCollections_ListMoveCollectionsBySubscription

GetMoveResource(ArmClient, ResourceIdentifier)

Gets an object representing a MoveResource 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 MoveResourceResourceIdentifier from its components.

GetOperationsDiscoveries(TenantResource, CancellationToken)

Request Path: /providers/Microsoft.Migrate/operations Operation Id: OperationsDiscovery_Get

GetOperationsDiscoveriesAsync(TenantResource, CancellationToken)

Request Path: /providers/Microsoft.Migrate/operations Operation Id: OperationsDiscovery_Get

Applies to