virtualEndpoint resource type
Namespace: microsoft.graph
Represents a container for APIs to manage Cloud PCs.
Use the Cloud PC API to provision and manage virtual desktops for employees in an organization, or along with the Intune API to manage physical and virtual endpoints.
Inherits from entity.
Methods
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier (ID) for the virtual endpoint. Read-only. Inherited from entity. |
Relationships
Relationship | Type | Description |
---|---|---|
auditEvents | cloudPcAuditEvent collection | A collection of Cloud PC audit events. |
cloudPCs | cloudPC collection | A collection of cloud-managed virtual desktops. |
deviceImages | cloudPcDeviceImage collection | A collection of device image resources on Cloud PC. |
galleryImages | cloudPcGalleryImage collection | A collection of gallery image resources on Cloud PC. |
onPremisesConnections | cloudPcOnPremisesConnection collection | A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs. |
provisioningPolicies | cloudPcProvisioningPolicy collection | A collection of Cloud PC provisioning policies. |
userSettings | cloudPcUserSetting collection | A collection of Cloud PC user settings. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.virtualEndpoint",
"id": "String (identifier)"
}