Class ActionGroupAutomationRunbookReceiverGetArgs
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.Monitoring.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionGroupAutomationRunbookReceiverGetArgs : ResourceArgs
Constructors
View SourceActionGroupAutomationRunbookReceiverGetArgs()
Declaration
public ActionGroupAutomationRunbookReceiverGetArgs()
Properties
View SourceAutomationAccountId
The automation account ID which holds this runbook and authenticates to Azure resources.
Declaration
public Input<string> AutomationAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsGlobalRunbook
Indicates whether this instance is global runbook.
Declaration
public Input<bool> IsGlobalRunbook { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name of the automation runbook receiver.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RunbookName
The name for this runbook.
Declaration
public Input<string> RunbookName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceUri
The URI where webhooks should be sent.
Declaration
public Input<string> ServiceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UseCommonAlertSchema
Enables or disables the common alert schema.
Declaration
public Input<bool> UseCommonAlertSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
WebhookResourceId
The resource id for webhook linked to this runbook.
Declaration
public Input<string> WebhookResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |