Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogAnalyticsIdentifier

Package version

Represents a Log Analytics workspace scope identifier.

Hierarchy

Index

Properties

Optional agentId

agentId: undefined | string

(optional) The LogAnalytics agent id reporting the event that this alert is based on. NOTE: This property will not be serialized. It can only be populated by the server.

type

type: "LogAnalytics"

Polymorphic discriminator, which specifies the different types this object can be

Optional workspaceId

workspaceId: undefined | string

The LogAnalytics workspace id that stores this alert. NOTE: This property will not be serialized. It can only be populated by the server.

Optional workspaceResourceGroup

workspaceResourceGroup: undefined | string

The azure resource group for the LogAnalytics workspace storing this alert NOTE: This property will not be serialized. It can only be populated by the server.

Optional workspaceSubscriptionId

workspaceSubscriptionId: undefined | string

The azure subscription id for the LogAnalytics workspace storing this alert. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc