你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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