MockableStorageMoverArmClient.GetJobRunResource(ResourceIdentifier) Method

Definition

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.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a JobRunResource object.

Applies to