Bagikan melalui


MockableStorageMoverArmClient.GetStorageMoverAgentResource Method

Definition

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.

public virtual Azure.ResourceManager.StorageMover.StorageMoverAgentResource GetStorageMoverAgentResource (Azure.Core.ResourceIdentifier id);
abstract member GetStorageMoverAgentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageMover.StorageMoverAgentResource
override this.GetStorageMoverAgentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageMover.StorageMoverAgentResource
Public Overridable Function GetStorageMoverAgentResource (id As ResourceIdentifier) As StorageMoverAgentResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StorageMoverAgentResource object.

Applies to