다음을 통해 공유


MonitorWorkspaceLogsResourceMap(String, String) Constructor

Definition

Initializes a new instance of MonitorWorkspaceLogsResourceMap.

public MonitorWorkspaceLogsResourceMap (string from, string to);
new Azure.ResourceManager.Monitor.Models.MonitorWorkspaceLogsResourceMap : string * string -> Azure.ResourceManager.Monitor.Models.MonitorWorkspaceLogsResourceMap
Public Sub New (from As String, to As String)

Parameters

from
String

Resource Map Key.

to
String

Resource Map Value.

Exceptions

from or to is null.

Applies to