vmMetadata resource type
Namespace: microsoft.graph.security
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.
Metadata of the virtual machine (VM) Microsoft Defender for Endpoint is running on.
Properties
Property | Type | Description |
---|---|---|
cloudProvider | microsoft.graph.security.vmCloudProvider | The cloud provider hosting the virtual machine. The possible values are: unknown , azure , unknownFutureValue . |
resourceId | String | Unique identifier of the Azure resource. |
subscriptionId | String | Unique identifier of the Azure subscription the customer tenant belongs to. |
vmId | String | Unique identifier of the virtual machine instance. |
vmCloudProvider values
Member | Description |
---|---|
unknown | Unknown provider. |
azure | The virtual machine is hosted in the Microsoft Azure cloud. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.vmMetadata",
"vmId": "String",
"cloudProvider": "String",
"resourceId": "String",
"subscriptionId": "String"
}