WorkspaceInfo Constructors
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.
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.