AssociatedWorkspaceResponse

data class AssociatedWorkspaceResponse(val associateDate: String, val resourceId: String, val workspaceId: String, val workspaceName: String)

The list of Log Analytics workspaces associated with the cluster.

Constructors

Link copied to clipboard
constructor(associateDate: String, resourceId: String, workspaceId: String, workspaceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time of workspace association.

Link copied to clipboard

Associated workspace arm resource id, in the form of: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}.

Link copied to clipboard

Associated workspace immutable id.

Link copied to clipboard

Associated workspace resource name.