type de ressource operationalInsightsConnection
Espace de noms : microsoft.graph.windowsUpdates
Importante
Les API sous la version /beta
dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .
Représente une ressourceConnexion spécialisée qui lie un espace de travail Log Analytics à Windows Autopatch.
Hérite de resourceConnection.
Méthodes
Méthode | Type de retour | Description |
---|---|---|
List | collection microsoft.graph.windowsUpdates.operationalInsightsConnection | Obtenez la liste des objets operationalInsightsConnection et de leurs propriétés. |
Create | microsoft.graph.windowsUpdates.operationalInsightsConnection | Créez un objet operationalInsightsConnection . |
Obtenir | microsoft.graph.windowsUpdates.operationalInsightsConnection | Lisez les propriétés et les relations d’un objet operationalInsightsConnection . |
Supprimer la connexion Operational Insights | Aucune | Supprime un objet operationalInsightsConnection . |
Propriétés
Propriété | Type | Description |
---|---|---|
azureResourceGroupName | Chaîne | Nom du groupe de ressources Azure qui contient l’espace de travail Log Analytics. |
azureSubscriptionId | Chaîne | ID d’abonnement Azure qui contient l’espace de travail Log Analytics. |
id | Chaîne | Identificateur de la connexion de ressource. Clé. Ne peut pas avoir la valeur Null. En lecture seule. Renvoyé par défaut. |
state | microsoft.graph.windowsUpdates.resourceConnectionState | État de la connexion. Les valeurs possibles sont : connected , notAuthorized , notFound , unknownFutureValue . |
workspaceName | Chaîne | Nom de l’espace de travail Log Analytics. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.windowsUpdates.operationalInsightsConnection",
"azureResourceGroupName": "String",
"azureSubscriptionId": "String",
"id": "String (identifier)",
"state": "String",
"workspaceName": "String"
}