Aracılığıyla paylaş


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