Class ActionGroupItsmReceiver
Inheritance
System.Object
ActionGroupItsmReceiver
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionGroupItsmReceiver
Fields
View SourceConnectionId
The unique connection identifier of the ITSM connection.
Declaration
public readonly string ConnectionId
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the ITSM receiver.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The region of the workspace.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| 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 readonly string TicketConfiguration
Field Value
| Type | Description |
|---|---|
| System.String |
WorkspaceId
The Azure Log Analytics workspace ID where this connection is defined.
Declaration
public readonly string WorkspaceId
Field Value
| Type | Description |
|---|---|
| System.String |