Share via


MockableWorkloadOrchestrationArmClient.GetEdgeSolutionVersionResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EdgeSolutionVersionResource object.

Applies to