LogAnalyticsIdentifier interface

Represents a Log Analytics workspace scope identifier.

Extends

Properties

agentId

(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

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

workspaceId

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

workspaceResourceGroup

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

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.

Property Details

agentId

(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.

agentId?: string

Property Value

string

type

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

type: "LogAnalytics"

Property Value

"LogAnalytics"

workspaceId

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

workspaceId?: string

Property Value

string

workspaceResourceGroup

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.

workspaceResourceGroup?: string

Property Value

string

workspaceSubscriptionId

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.

workspaceSubscriptionId?: string

Property Value

string