WorkspaceInfo Constructors

Definition

Overloads

WorkspaceInfo()

Initializes a new instance of the WorkspaceInfo class.

WorkspaceInfo(String, String, String)

Initializes a new instance of the WorkspaceInfo class.

WorkspaceInfo()

Initializes a new instance of the WorkspaceInfo class.

public WorkspaceInfo ();
Public Sub New ()

Applies to

WorkspaceInfo(String, String, String)

Initializes a new instance of the WorkspaceInfo class.

public WorkspaceInfo (string id, string location, string customerId);
new Microsoft.Azure.Management.Monitor.Models.WorkspaceInfo : string * string * string -> Microsoft.Azure.Management.Monitor.Models.WorkspaceInfo
Public Sub New (id As String, location As String, customerId As String)

Parameters

id
String

Azure Resource Manager identifier of the Log Analytics Workspace.

location
String

Location of the Log Analytics workspace.

customerId
String

Log Analytics workspace identifier.

Applies to