ArmWorkloadOrchestrationModelFactory.EdgeSolutionTemplatePatch 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.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.