GetAzureMonitorWorkspaceResult

data class GetAzureMonitorWorkspaceResult(val accountId: String, val defaultIngestionSettings: AzureMonitorWorkspaceResponseDefaultIngestionSettings, val etag: String, val id: String, val location: String, val metrics: AzureMonitorWorkspaceResponseMetrics, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

An Azure Monitor Workspace definition

Constructors

Link copied to clipboard
constructor(accountId: String, defaultIngestionSettings: AzureMonitorWorkspaceResponseDefaultIngestionSettings, etag: String, id: String, location: String, metrics: AzureMonitorWorkspaceResponseMetrics, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Resource entity tag (ETag)

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Properties related to the metrics container in the Azure Monitor Workspace

Link copied to clipboard

The name of the resource

Link copied to clipboard

List of private endpoint connections

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"