ArmWorkloadOrchestrationModelFactory.EdgeDiagnosticPatch 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.EdgeDiagnosticPatch EdgeDiagnosticPatch(Azure.ResourceManager.WorkloadOrchestration.Models.EdgeDiagnosticPatchProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member EdgeDiagnosticPatch : Azure.ResourceManager.WorkloadOrchestration.Models.EdgeDiagnosticPatchProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeDiagnosticPatch
Public Shared Function EdgeDiagnosticPatch (Optional properties As EdgeDiagnosticPatchProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As EdgeDiagnosticPatch
Parameters
- properties
- EdgeDiagnosticPatchProperties
The resource-specific properties for this resource.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new EdgeDiagnosticPatch instance for mocking.