Class ActionGroupItsmReceiverArgs
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 ActionGroupItsmReceiverArgs : ResourceArgs
Constructors
View SourceActionGroupItsmReceiverArgs()
Declaration
public ActionGroupItsmReceiverArgs()
Properties
View SourceConnectionId
The unique connection identifier of the ITSM connection.
Declaration
public Input<string> ConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the ITSM receiver.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region of the workspace.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |