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

Name Description
GetJobDefinitionResource(ArmClient, ResourceIdentifier)

Gets an object representing a JobDefinitionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetJobDefinitionResource(ResourceIdentifier) instead. </item>

GetJobRunResource(ArmClient, ResourceIdentifier)

Gets an object representing a JobRunResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetJobRunResource(ResourceIdentifier) instead. </item>

GetStorageMover(ResourceGroupResource, String, CancellationToken)

Gets a Storage Mover resource. <item> Mocking. To mock this method, please mock GetStorageMover(String, CancellationToken) instead. </item>

GetStorageMoverAgentResource(ArmClient, ResourceIdentifier)

Gets an object representing a StorageMoverAgentResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageMoverAgentResource(ResourceIdentifier) instead. </item>

GetStorageMoverAsync(ResourceGroupResource, String, CancellationToken)

Gets a Storage Mover resource. <item> Mocking. To mock this method, please mock GetStorageMoverAsync(String, CancellationToken) instead. </item>

GetStorageMoverConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a StorageMoverConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageMoverConnectionResource(ResourceIdentifier) instead. </item>

GetStorageMoverEndpointResource(ArmClient, ResourceIdentifier)

Gets an object representing a StorageMoverEndpointResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageMoverEndpointResource(ResourceIdentifier) instead. </item>

GetStorageMoverProjectResource(ArmClient, ResourceIdentifier)

Gets an object representing a StorageMoverProjectResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageMoverProjectResource(ResourceIdentifier) instead. </item>

GetStorageMoverResource(ArmClient, ResourceIdentifier)

Gets an object representing a StorageMoverResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageMoverResource(ResourceIdentifier) instead. </item>

GetStorageMovers(ResourceGroupResource)

Gets a collection of StorageMovers in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetStorageMovers() instead. </item>

GetStorageMovers(SubscriptionResource, CancellationToken)

Lists all Storage Movers in a subscription. <item> Mocking. To mock this method, please mock GetStorageMovers(CancellationToken) instead. </item>

GetStorageMoversAsync(SubscriptionResource, CancellationToken)

Lists all Storage Movers in a subscription. <item> Mocking. To mock this method, please mock GetStorageMoversAsync(CancellationToken) instead. </item>

Applies to