Share via


MockableWorkloadOrchestrationArmClient.GetEdgeDynamicSchemaVersionResource Method

Definition

Gets an object representing an EdgeDynamicSchemaVersionResource 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 EdgeDynamicSchemaVersionResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EdgeDynamicSchemaVersionResource object.

Applies to