Show / Hide Table of Contents

Class WorkspaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkspaceArgs
Inherited Members
ResourceArgs.Empty
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 Source

WorkspaceArgs()

Declaration
public WorkspaceArgs()

Properties

View Source

Scope

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.