ArmMonitorWorkspacesModelFactory.MonitorWorkspacePatch Method

Definition

public static Azure.ResourceManager.Monitor.Workspaces.Models.MonitorWorkspacePatch MonitorWorkspacePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.Monitor.Workspaces.Models.MonitorWorkspaceProperties properties = default);
static member MonitorWorkspacePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.Monitor.Workspaces.Models.MonitorWorkspaceProperties -> Azure.ResourceManager.Monitor.Workspaces.Models.MonitorWorkspacePatch
Public Shared Function MonitorWorkspacePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional properties As MonitorWorkspaceProperties = Nothing) As MonitorWorkspacePatch

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

properties
MonitorWorkspaceProperties

Resource properties.

Returns

A new MonitorWorkspacePatch instance for mocking.

Applies to