Show / Hide Table of Contents

Class ActionGroupAutomationRunbookReceiverGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ActionGroupAutomationRunbookReceiverGetArgs
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.Monitoring.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionGroupAutomationRunbookReceiverGetArgs : ResourceArgs

Constructors

View Source

ActionGroupAutomationRunbookReceiverGetArgs()

Declaration
public ActionGroupAutomationRunbookReceiverGetArgs()

Properties

View Source

AutomationAccountId

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

IsGlobalRunbook

Indicates whether this instance is global runbook.

Declaration
public Input<bool> IsGlobalRunbook { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the automation runbook receiver.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RunbookName

The name for this runbook.

Declaration
public Input<string> RunbookName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceUri

The URI where webhooks should be sent.

Declaration
public Input<string> ServiceUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UseCommonAlertSchema

Enables or disables the common alert schema.

Declaration
public Input<bool> UseCommonAlertSchema { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

WebhookResourceId

The resource id for webhook linked to this runbook.

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