Class GetAlertRuleArgs
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.Sentinel
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAlertRuleArgs : InvokeArgs
Constructors
View SourceGetAlertRuleArgs()
Declaration
public GetAlertRuleArgs()
Properties
View SourceLogAnalyticsWorkspaceId
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 |
Name
The name which should be used for this Sentinel Alert Rule.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |