Uses of Class
odata.msgraph.client.beta.entity.CloudPcServicePlan
-
Packages that use CloudPcServicePlan Package Description odata.msgraph.client.beta.entity -
-
Uses of CloudPcServicePlan in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CloudPcServicePlan Modifier and Type Method Description CloudPcServicePlanCloudPcServicePlan.Builder. build()CloudPcServicePlanCloudPcServicePlan. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CloudPcServicePlanCloudPcServicePlan. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CloudPcServicePlanCloudPcServicePlan. withDisplayName(String displayName)CloudPcServicePlanCloudPcServicePlan. withRamInGB(Integer ramInGB)CloudPcServicePlanCloudPcServicePlan. withStorageInGB(Integer storageInGB)CloudPcServicePlanCloudPcServicePlan. withType(CloudPcServicePlanType type)CloudPcServicePlanCloudPcServicePlan. withUnmappedField(String name, String value)CloudPcServicePlanCloudPcServicePlan. withUserProfileInGB(Integer userProfileInGB)CloudPcServicePlanCloudPcServicePlan. withVCpuCount(Integer vCpuCount)
-