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

Method Return type Description
List auditEvents cloudPcAuditEvent collection List properties and relationships of the cloudPcAuditEvent objects.
List cloudPCs cloudPC collection List the cloudPC devices in a tenant.
List onPremisesConnections cloudPcOnPremisesConnection collection List properties and relationships of the cloudPcOnPremisesConnection objects.
List deviceImages cloudPcDeviceImage collection List the properties and relationships of cloudPcDeviceImage objects (operating system images) uploaded to Cloud PC.
List galleryImages cloudPcGalleryImage collection List the properties and relationships of cloudPcGalleryImage objects.
List provisioningPolicies cloudPcProvisioningPolicy collection List properties and relationships of the cloudPcProvisioningPolicy objects.
List userSettings cloudPcUserSetting collection Get a list of cloudPcUserSetting objects and their properties.
Create cloudPcDeviceImage cloudPcDeviceImage Create a new cloudPcDeviceImage object.
Create cloudPcProvisioningPolicy cloudPcProvisioningPolicy Create a new cloudPcProvisioningPolicy object.
Create cloudPcOnPremisesConnection cloudPcOnPremisesConnection Create a new cloudPcOnPremisesConnection object.
Create cloudPcUserSetting cloudPcUserSetting Create a new cloudPcUserSetting object.

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