Azure.ResourceManager.Migrate Namespace

Classes

MigrateExtensions

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

MoveCollectionCollection

A class representing a collection of MoveCollectionResource and their operations. Each MoveCollectionResource in the collection will belong to the same instance of ResourceGroupResource. To get a MoveCollectionCollection instance call the GetMoveCollections method from an instance of ResourceGroupResource.

MoveCollectionData

A class representing the MoveCollection data model.

MoveCollectionResource

A Class representing a MoveCollection along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a MoveCollectionResource from an instance of ArmClient using the GetMoveCollectionResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetMoveCollection method.

MoveResource

A Class representing a MoveResource along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a MoveResource from an instance of ArmClient using the GetMoveResource method. Otherwise you can get one from its parent resource MoveCollectionResource using the GetMoveResource method.

MoveResourceCollection

A class representing a collection of MoveResource and their operations. Each MoveResource in the collection will belong to the same instance of MoveCollectionResource. To get a MoveResourceCollection instance call the GetMoveResources method from an instance of MoveCollectionResource.

MoveResourceData

A class representing the MoveResource data model.