ArmWorkloadOrchestrationModelFactory.EdgeContextPatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.