GetAzureMonitorWorkspaceResult

data class GetAzureMonitorWorkspaceResult(val accountId: String, val azureApiVersion: String, val defaultIngestionSettings: IngestionSettingsResponse, val etag: String, val id: String, val location: String, val metrics: MetricsResponse? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String, 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, azureApiVersion: String, defaultIngestionSettings: IngestionSettingsResponse, etag: String, id: String, location: String, metrics: MetricsResponse? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String, 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 Azure API version of the resource.

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. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Information about metrics for 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 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"