Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 3.32 KB

windowsupdates-operationalinsightsconnection.md

File metadata and controls

60 lines (50 loc) · 3.32 KB
title description author ms.localizationpriority ms.subservice doc_type
operationalInsightsConnection resource type
Represents a specialized resourceConnection that links a Log Analytics workspace to the Windows Update for Business deployment service.
ryan-k-williams
medium
windows-update-business
resourcePageType

operationalInsightsConnection resource type

Namespace: microsoft.graph.windowsUpdates

[!INCLUDE beta-disclaimer]

Represents a specialized resourceConnection that links a Log Analytics workspace to the Windows Update for Business deployment service.

Inherits from resourceConnection.

Methods

Method Return type Description
List operationalInsightsConnections microsoft.graph.windowsUpdates.operationalInsightsConnection collection Get a list of the operationalInsightsConnection objects and their properties.
Create operationalInsightsConnection microsoft.graph.windowsUpdates.operationalInsightsConnection Create a new operationalInsightsConnection object.
Get operationalInsightsConnection microsoft.graph.windowsUpdates.operationalInsightsConnection Read the properties and relationships of an operationalInsightsConnection object.
Delete operationalInsightsConnection None Delete an operationalInsightsConnection object.

Properties

Property Type Description
azureResourceGroupName String The name of the Azure resource group that contains the Log Analytics workspace.
azureSubscriptionId String The Azure subscription ID that contains the Log Analytics workspace.
id String An identifier for the resource connection. Key. Not nullable. Read-only. Returned by default.
state microsoft.graph.windowsUpdates.resourceConnectionState The state of the connection. The possible values are: connected, notAuthorized, notFound, unknownFutureValue.
workspaceName String The name of the Log Analytics workspace.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.operationalInsightsConnection",
  "azureResourceGroupName": "String",  
  "azureSubscriptionId": "String",
  "id": "String (identifier)",
  "state": "String",
  "workspaceName": "String"
}