WorkloadOrchestrationExtensions.GetEdgeDynamicSchemaResource Method

Definition

Gets an object representing a EdgeDynamicSchemaResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetEdgeDynamicSchemaResource(ResourceIdentifier) instead. </item>

public static Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource GetEdgeDynamicSchemaResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetEdgeDynamicSchemaResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource
<Extension()>
Public Function GetEdgeDynamicSchemaResource (client As ArmClient, id As ResourceIdentifier) As EdgeDynamicSchemaResource

Parameters

client
ArmClient

The ArmClient the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EdgeDynamicSchemaResource object.

Exceptions

client is null.

Applies to