Show / Hide Table of Contents

Class ActionGroupItsmReceiverGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ActionGroupItsmReceiverGetArgs
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 ActionGroupItsmReceiverGetArgs : ResourceArgs

Constructors

View Source

ActionGroupItsmReceiverGetArgs()

Declaration
public ActionGroupItsmReceiverGetArgs()

Properties

View Source

ConnectionId

The unique connection identifier of the ITSM connection.

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

Name

The name of the ITSM receiver.

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

Region

The region of the workspace.

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

TicketConfiguration

A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

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

WorkspaceId

The Azure Log Analytics workspace ID where this connection is defined.

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