Share via


MockableWorkloadOrchestrationArmClient.GetEdgeJobResource Method

Definition

Gets an object representing an EdgeJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an EdgeJobResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.WorkloadOrchestration.EdgeJobResource GetEdgeJobResource(Azure.Core.ResourceIdentifier id);
abstract member GetEdgeJobResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.WorkloadOrchestration.EdgeJobResource
override this.GetEdgeJobResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.WorkloadOrchestration.EdgeJobResource
Public Overridable Function GetEdgeJobResource (id As ResourceIdentifier) As EdgeJobResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EdgeJobResource object.

Applies to