StorageMoverExtensions Class
Definition
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.
A class to add extension methods to Azure.ResourceManager.StorageMover.
public static class StorageMoverExtensions
type StorageMoverExtensions = class
Public Module StorageMoverExtensions
- Inheritance
-
StorageMoverExtensions
Methods
GetJobDefinitionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a JobDefinitionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a JobDefinitionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetJobDefinitionResource(ResourceIdentifier) instead. |
GetJobRunResource(ArmClient, ResourceIdentifier) |
Gets an object representing a JobRunResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a JobRunResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetJobRunResource(ResourceIdentifier) instead. |
GetStorageMover(ResourceGroupResource, String, CancellationToken) |
Gets a Storage Mover resource.
|
GetStorageMoverAgentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageMoverAgentResource 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 StorageMoverAgentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageMoverAgentResource(ResourceIdentifier) instead. |
GetStorageMoverAsync(ResourceGroupResource, String, CancellationToken) |
Gets a Storage Mover resource.
|
GetStorageMoverEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageMoverEndpointResource 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 StorageMoverEndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageMoverEndpointResource(ResourceIdentifier) instead. |
GetStorageMoverProjectResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageMoverProjectResource 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 StorageMoverProjectResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageMoverProjectResource(ResourceIdentifier) instead. |
GetStorageMoverResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageMoverResource 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 StorageMoverResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageMoverResource(ResourceIdentifier) instead. |
GetStorageMovers(ResourceGroupResource) |
Gets a collection of StorageMoverResources in the ResourceGroupResource. MockingTo mock this method, please mock GetStorageMovers() instead. |
GetStorageMovers(SubscriptionResource, CancellationToken) |
Lists all Storage Movers in a subscription.
|
GetStorageMoversAsync(SubscriptionResource, CancellationToken) |
Lists all Storage Movers in a subscription.
|
Applies to
Azure SDK for .NET