Share via


StorageMoverExtensions Class

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}
  • Operation Id: StorageMovers_Get
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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}
  • Operation Id: StorageMovers_Get
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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StorageMover/storageMovers
  • Operation Id: StorageMovers_ListBySubscription
GetStorageMoversAsync(SubscriptionResource, CancellationToken)

Lists all Storage Movers in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StorageMover/storageMovers
  • Operation Id: StorageMovers_ListBySubscription

Applies to