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
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 |
A class representing the JobDefinition data model. 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 GetJobDefinitionResource method. Otherwise you can get one from its parent resource StorageMoverProjectResource using the GetJobDefinition 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 |
A class representing the JobRun data model. 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 GetJobRunResource method. Otherwise you can get one from its parent resource JobDefinitionResource using the GetJobRun 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 |
A class representing the StorageMoverAgent data model. 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 GetStorageMoverAgentResource method. Otherwise you can get one from its parent resource StorageMoverResource using the GetStorageMoverAgent 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. |
StorageMoverData |
A class representing the StorageMover data model. 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 |
A class representing the StorageMoverEndpoint data model. 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 GetStorageMoverEndpointResource method. Otherwise you can get one from its parent resource StorageMoverResource using the GetStorageMoverEndpoint 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 |
A class representing the StorageMoverProject data model. 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 GetStorageMoverProjectResource method. Otherwise you can get one from its parent resource StorageMoverResource using the GetStorageMoverProject 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 GetStorageMoverResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetStorageMover method. |
Azure SDK for .NET