resourceConnection 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 connections to external resources from which more specialized connections like operationalInsightsConnection are derived.
This resource type is abstract.
Methods
Method | Return type | Description |
---|---|---|
List | microsoft.graph.windowsUpdates.resourceConnection collection | Get a list of the resourceConnection objects and their properties. |
Get | microsoft.graph.windowsUpdates.resourceConnection | Read the properties and relationships of a resourceConnection object. |
Delete | None | Delete a resourceConnection object. |
Properties
Property | Type | Description |
---|---|---|
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 . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.resourceConnection",
"id": "String (identifier)",
"state": "String"
}