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

WorkspaceSetting Constructors

Definition

Overloads

WorkspaceSetting()

Initializes a new instance of the WorkspaceSetting class.

WorkspaceSetting(String, String, String, String, String)

Initializes a new instance of the WorkspaceSetting class.

WorkspaceSetting()

Initializes a new instance of the WorkspaceSetting class.

public WorkspaceSetting ();
Public Sub New ()

Applies to

WorkspaceSetting(String, String, String, String, String)

Initializes a new instance of the WorkspaceSetting class.

public WorkspaceSetting (string id = default, string name = default, string type = default, string workspaceId = default, string scope = default);
new Microsoft.Azure.Management.Security.Models.WorkspaceSetting : string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.WorkspaceSetting
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional workspaceId As String = Nothing, Optional scope As String = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

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