ArmWorkloadOrchestrationModelFactory.EdgeConfigTemplatePatch 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.EdgeConfigTemplatePatch EdgeConfigTemplatePatch(System.Collections.Generic.IDictionary<string,string> tags = default, string configTemplateUpdateDescription = default);
static member EdgeConfigTemplatePatch : System.Collections.Generic.IDictionary<string, string> * string -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeConfigTemplatePatch
Public Shared Function EdgeConfigTemplatePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional configTemplateUpdateDescription As String = Nothing) As EdgeConfigTemplatePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- configTemplateUpdateDescription
- String
Description of config template.
Returns
A new EdgeConfigTemplatePatch instance for mocking.