Share via


WorkspaceSettingProperties Constructors

Definition

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

Applies to