AssociatedWorkspace 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
AssociatedWorkspace() |
Initializes a new instance of the AssociatedWorkspace class. |
AssociatedWorkspace(String, String, String, String) |
Initializes a new instance of the AssociatedWorkspace class. |
AssociatedWorkspace()
Initializes a new instance of the AssociatedWorkspace class.
public AssociatedWorkspace ();
Public Sub New ()
Applies to
AssociatedWorkspace(String, String, String, String)
Initializes a new instance of the AssociatedWorkspace class.
public AssociatedWorkspace (string workspaceId = default, string workspaceName = default, string resourceId = default, string associateDate = default);
new Microsoft.Azure.Management.OperationalInsights.Models.AssociatedWorkspace : string * string * string * string -> Microsoft.Azure.Management.OperationalInsights.Models.AssociatedWorkspace
Public Sub New (Optional workspaceId As String = Nothing, Optional workspaceName As String = Nothing, Optional resourceId As String = Nothing, Optional associateDate As String = Nothing)
Parameters
- workspaceId
- String
The id of the assigned workspace.
- workspaceName
- String
The name id the assigned workspace.
- resourceId
- String
The ResourceId id the assigned workspace.
- associateDate
- String
The time of workspace association.