Azure.ResourceManager.StorageMover Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AzureResourceManagerStorageMoverContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md |
| JobDefinitionCollection |
A class representing a collection of JobDefinitionResource and their operations. Each JobDefinitionResource in the collection will belong to the same instance of StorageMoverProjectResource. To get a JobDefinitionCollection instance call the GetJobDefinitions method from an instance of StorageMoverProjectResource. |
| JobDefinitionData |
The Job Definition resource. |
| JobDefinitionResource |
A class representing a JobDefinition along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a JobDefinitionResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource StorageMoverProjectResource using the GetJobDefinitions method. |
| JobRunCollection |
A class representing a collection of JobRunResource and their operations. Each JobRunResource in the collection will belong to the same instance of JobDefinitionResource. To get a JobRunCollection instance call the GetJobRuns method from an instance of JobDefinitionResource. |
| JobRunData |
The Job Run resource. |
| JobRunResource |
A class representing a JobRun along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a JobRunResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource JobDefinitionResource using the GetJobRuns method. |
| StorageMoverAgentCollection |
A class representing a collection of StorageMoverAgentResource and their operations. Each StorageMoverAgentResource in the collection will belong to the same instance of StorageMoverResource. To get a StorageMoverAgentCollection instance call the GetStorageMoverAgents method from an instance of StorageMoverResource. |
| StorageMoverAgentData |
The Agent resource. |
| StorageMoverAgentResource |
A class representing a StorageMoverAgent along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageMoverAgentResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource StorageMoverResource using the GetStorageMoverAgents method. |
| StorageMoverCollection |
A class representing a collection of StorageMoverResource and their operations. Each StorageMoverResource in the collection will belong to the same instance of ResourceGroupResource. To get a StorageMoverCollection instance call the GetStorageMovers method from an instance of ResourceGroupResource. |
| StorageMoverConnectionCollection |
A class representing a collection of StorageMoverConnectionResource and their operations. Each StorageMoverConnectionResource in the collection will belong to the same instance of StorageMoverResource. To get a StorageMoverConnectionCollection instance call the GetStorageMoverConnections method from an instance of StorageMoverResource. |
| StorageMoverConnectionData |
The Connection resource. |
| StorageMoverConnectionResource |
A class representing a StorageMoverConnection along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageMoverConnectionResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource StorageMoverResource using the GetStorageMoverConnections method. |
| StorageMoverData |
The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints. |
| StorageMoverEndpointCollection |
A class representing a collection of StorageMoverEndpointResource and their operations. Each StorageMoverEndpointResource in the collection will belong to the same instance of StorageMoverResource. To get a StorageMoverEndpointCollection instance call the GetStorageMoverEndpoints method from an instance of StorageMoverResource. |
| StorageMoverEndpointData |
The Endpoint resource, which contains information about file sources and targets. |
| StorageMoverEndpointResource |
A class representing a StorageMoverEndpoint along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageMoverEndpointResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource StorageMoverResource using the GetStorageMoverEndpoints method. |
| StorageMoverExtensions |
A class to add extension methods to Azure.ResourceManager.StorageMover. |
| StorageMoverProjectCollection |
A class representing a collection of StorageMoverProjectResource and their operations. Each StorageMoverProjectResource in the collection will belong to the same instance of StorageMoverResource. To get a StorageMoverProjectCollection instance call the GetStorageMoverProjects method from an instance of StorageMoverResource. |
| StorageMoverProjectData |
The Project resource. |
| StorageMoverProjectResource |
A class representing a StorageMoverProject along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageMoverProjectResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource StorageMoverResource using the GetStorageMoverProjects method. |
| StorageMoverResource |
A class representing a StorageMover along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageMoverResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetStorageMovers method. |