Show / Hide Table of Contents

Class GetActionGroupItsmReceiverResult

Inheritance
System.Object
GetActionGroupItsmReceiverResult
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 GetActionGroupItsmReceiverResult

Fields

View Source

ConnectionId

The unique connection identifier of the ITSM connection.

Declaration
public readonly string ConnectionId
Field Value
Type Description
System.String
View Source

Name

Specifies the name of the Action Group.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Region

The region of the workspace.

Declaration
public readonly string Region
Field Value
Type Description
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 readonly string TicketConfiguration
Field Value
Type Description
System.String
View Source

WorkspaceId

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

Declaration
public readonly string WorkspaceId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.