WorkspaceSettingProperties 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
WorkspaceSettingProperties() |
Initializes a new instance of the WorkspaceSettingProperties class. |
WorkspaceSettingProperties(String, String) |
Initializes a new instance of the WorkspaceSettingProperties class. |
WorkspaceSettingProperties()
Initializes a new instance of the WorkspaceSettingProperties class.
public WorkspaceSettingProperties ();
Public Sub New ()
Applies to
WorkspaceSettingProperties(String, String)
Initializes a new instance of the WorkspaceSettingProperties class.
public WorkspaceSettingProperties (string workspaceId, string scope);
new Microsoft.Azure.Management.Security.Models.WorkspaceSettingProperties : string * string -> Microsoft.Azure.Management.Security.Models.WorkspaceSettingProperties
Public Sub New (workspaceId As String, scope As String)
Parameters
- workspaceId
- String
The full Azure ID of the workspace to save the data in
- scope
- String
All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope