ArmWorkloadOrchestrationModelFactory.EdgeTargetPatch Method

Definition

public static Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatch EdgeTargetPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatchProperties properties = default);
static member EdgeTargetPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatchProperties -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatch
Public Shared Function EdgeTargetPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As EdgeTargetPatchProperties = Nothing) As EdgeTargetPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
EdgeTargetPatchProperties

The resource-specific properties for this resource.

Returns

A new EdgeTargetPatch instance for mocking.

Applies to