Class WorkspaceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.SecurityCenter
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceArgs : ResourceArgs
Constructors
View SourceWorkspaceArgs()
Declaration
public WorkspaceArgs()
Properties
View SourceScope
The scope of VMs to send their security data to the desired workspace, unless overridden by a setting with more specific scope.
Declaration
public Input<string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkspaceId
The ID of the Log Analytics Workspace to save the data in.
Declaration
public Input<string> WorkspaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |