Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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 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 for the virtual endpoint. Read-only. Inherited from entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| auditEvents | cloudPcAuditEvent collection | Cloud PC audit event. |
| bulkActions | cloudPcBulkAction collection | Bulk actions applied to a Cloud PC. |
| cloudApps | cloudPcCloudApp collection | A collection of cloud apps that are built on frontline shared options and provide Windows 365 end users with access to app-only sessions instead of a full desktop experience. |
| cloudPCs | cloudPC collection | Cloud managed virtual desktops. |
| crossCloudGovernmentOrganizationMapping | cloudPcCrossCloudGovernmentOrganizationMapping | Cloud PC organization mapping between public and US Government Community Cloud (GCC) organizations. |
| deviceImages | cloudPcDeviceImage collection | The image resource on Cloud PC. |
| externalPartners | cloudPcExternalPartner collection | The external partners on a Cloud PC. |
| frontLineServicePlans | cloudPcFrontLineServicePlan collection | Front-line service plans for a Cloud PC. |
| galleryImages | cloudPcGalleryImage collection | The gallery image resource on Cloud PC. |
| managedLicenses | cloudPcManagedLicense collection | The managed licenses for Cloud PCs in the organization. |
| onPremisesConnections | cloudPcOnPremisesConnection collection | A defined collection of Azure resource information that can be used to establish on-premises network connectivity for Cloud PCs. |
| organizationSettings | cloudPcOrganizationSettings | The Cloud PC organization settings for a tenant. |
| provisioningPolicies | cloudPcProvisioningPolicy collection | Cloud PC provisioning policy. |
| report | cloudPcReport | Cloud PC-related reports. Read-only. |
| servicePlans | cloudPcServicePlan collection | Cloud PC service plans. |
| snapshots | cloudPcSnapshot collection | Cloud PC snapshots. |
| supportedRegions | cloudPcSupportedRegion collection | Cloud PC supported regions. |
| userSettings | cloudPcUserSetting collection | Cloud PC user settings. |
| tenantEncryptionSetting | cloudPcTenantEncryptionSetting collection | Cloud PC encryption setting for a tenant. |
| externalPartnerSettings (deprecated) | cloudPcExternalPartnerSetting collection | The external partner settings on a Cloud PC. |
| reports (deprecated) | cloudPcReports | Cloud PC-related reports. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.virtualEndpoint",
"id": "String (identifier)"
}