WorkspaceSetting Class
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.
Configures where to store the OMS agent data for workspaces under a scope
[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkspaceSetting : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkspaceSetting = class
inherit Resource
Public Class WorkspaceSetting
Inherits Resource
- Inheritance
- Attributes
Constructors
WorkspaceSetting() |
Initializes a new instance of the WorkspaceSetting class. |
WorkspaceSetting(String, String, String, String, String) |
Initializes a new instance of the WorkspaceSetting class. |
Properties
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
Scope |
Gets or sets all the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope |
Type |
Gets resource type (Inherited from Resource) |
WorkspaceId |
Gets or sets the full Azure ID of the workspace to save the data in |
Extension Methods
ConvertToPSType(WorkspaceSetting) |