AzureMonitorWorkspace interface
Properties of an Azure Monitor Workspace
Properties
| account |
The immutable Id of the Azure Monitor Workspace. This property is read-only. |
| default |
The Data Collection Rule and Endpoint used for ingestion by default. |
| metrics | Properties related to the metrics container in the Azure Monitor Workspace |
| private |
List of private endpoint connections |
| provisioning |
The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy. |
| public |
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