ResourceMoverExtensions 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.ResourceMover.
public static class ResourceMoverExtensions
type ResourceMoverExtensions = class
Public Module ResourceMoverExtensions
- Inheritance
-
ResourceMoverExtensions
Methods
GetMoverResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MoverResource 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 MoverResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMoverResource(ResourceIdentifier) instead. |
GetMoverResourceSet(ResourceGroupResource, String, CancellationToken) |
Gets the move collection.
|
GetMoverResourceSetAsync(ResourceGroupResource, String, CancellationToken) |
Gets the move collection.
|
GetMoverResourceSetResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MoverResourceSetResource 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 MoverResourceSetResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMoverResourceSetResource(ResourceIdentifier) instead. |
GetMoverResourceSets(ResourceGroupResource) |
Gets a collection of MoverResourceSetResources in the ResourceGroupResource. MockingTo mock this method, please mock GetMoverResourceSets() instead. |
GetMoverResourceSets(SubscriptionResource, CancellationToken) |
Get all the Move Collections in the subscription.
|
GetMoverResourceSetsAsync(SubscriptionResource, CancellationToken) |
Get all the Move Collections in the subscription.
|
GetOperationsDiscoveries(TenantResource, CancellationToken) |
|
GetOperationsDiscoveriesAsync(TenantResource, CancellationToken) |
|
Applies to
Azure SDK for .NET