AzureMonitorWorkspace interface

Properties of an Azure Monitor Workspace

Properties

accountId

The immutable Id of the Azure Monitor Workspace. This property is read-only.

defaultIngestionSettings

The Data Collection Rule and Endpoint used for ingestion by default.

metrics

Properties related to the metrics container in the Azure Monitor Workspace

privateEndpointConnections

List of private endpoint connections

provisioningState

The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.

publicNetworkAccess

Gets or sets allow or disallow public network access to Azure Monitor Workspace

Property Details

accountId

The immutable Id of the Azure Monitor Workspace. This property is read-only.

accountId?: string

Property Value

string

defaultIngestionSettings

The Data Collection Rule and Endpoint used for ingestion by default.

defaultIngestionSettings?: AzureMonitorWorkspaceDefaultIngestionSettings

Property Value

metrics

Properties related to the metrics container in the Azure Monitor Workspace

metrics?: AzureMonitorWorkspaceMetrics

Property Value

privateEndpointConnections

List of private endpoint connections

privateEndpointConnections?: PrivateEndpointConnection[]

Property Value

provisioningState

The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.

provisioningState?: string

Property Value

string

publicNetworkAccess

Gets or sets allow or disallow public network access to Azure Monitor Workspace

publicNetworkAccess?: string

Property Value

string