Azure.ResourceManager.ResourceMover Namespace

Classes

Name Description
AzureResourceManagerResourceMoverContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md'

MoverResource

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

MoverResourceCollection

A class representing a collection of MoverResource and their operations. Each MoverResource in the collection will belong to the same instance of MoverResourceSetResource. To get a MoverResourceCollection instance call the GetMoverResources method from an instance of MoverResourceSetResource.

MoverResourceData

A class representing the MoverResource data model. Defines the move resource.

MoverResourceSetCollection

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

MoverResourceSetData

A class representing the MoverResourceSet data model. Define the move collection.

MoverResourceSetResource

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

ResourceMoverExtensions

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