Show / Hide Table of Contents

Class GetAlertRuleArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAlertRuleArgs
Inherited Members
InvokeArgs.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.Sentinel
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAlertRuleArgs : InvokeArgs

Constructors

View Source

GetAlertRuleArgs()

Declaration
public GetAlertRuleArgs()

Properties

View Source

LogAnalyticsWorkspaceId

The ID of the Log Analytics Workspace this Sentinel Alert Rule belongs to.

Declaration
public string LogAnalyticsWorkspaceId { get; set; }
Property Value
Type Description
System.String
View Source

Name

The name which should be used for this Sentinel Alert Rule.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.