operationalInsightsConnection resource type

Namespace: microsoft.graph.windowsUpdates

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}