ArmWorkloadOrchestrationModelFactory.EdgeSolutionTemplatePatch Method

Definition

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
EdgeSolutionTemplatePatchProperties

The resource-specific properties for this resource.

Returns

A new EdgeSolutionTemplatePatch instance for mocking.

Applies to