ArmWorkloadOrchestrationModelFactory.EdgeContextPatch Method

Definition

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
EdgeContextPatchProperties

The resource-specific properties for this resource.

Returns

A new EdgeContextPatch instance for mocking.

Applies to