MockableWorkloadOrchestrationArmClient.GetEdgeContextResource Method

Definition

Gets an object representing a EdgeContextResource along with the instance operations that can be performed on it but with no data.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EdgeContextResource object.

Applies to