Package version:

Interface LogAnalyticsIdentifier

Represents a Log Analytics workspace scope identifier.

Hierarchy

Properties

agentId?: 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: "LogAnalytics"

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

workspaceId?: string

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

workspaceResourceGroup?: 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.

workspaceSubscriptionId?: 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