Uses of Class
odata.msgraph.client.beta.entity.CloudPcDeviceImage
-
Packages that use CloudPcDeviceImage Package Description odata.msgraph.client.beta.entity -
-
Uses of CloudPcDeviceImage in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CloudPcDeviceImage Modifier and Type Method Description CloudPcDeviceImageCloudPcDeviceImage.Builder. build()CloudPcDeviceImageCloudPcDeviceImage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CloudPcDeviceImageCloudPcDeviceImage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CloudPcDeviceImageCloudPcDeviceImage. withDisplayName(String displayName)CloudPcDeviceImageCloudPcDeviceImage. withExpirationDate(LocalDate expirationDate)CloudPcDeviceImageCloudPcDeviceImage. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CloudPcDeviceImageCloudPcDeviceImage. withOperatingSystem(String operatingSystem)CloudPcDeviceImageCloudPcDeviceImage. withOsBuildNumber(String osBuildNumber)CloudPcDeviceImageCloudPcDeviceImage. withOsStatus(CloudPcDeviceImageOsStatus osStatus)CloudPcDeviceImageCloudPcDeviceImage. withSourceImageResourceId(String sourceImageResourceId)CloudPcDeviceImageCloudPcDeviceImage. withStatus(CloudPcDeviceImageStatus status)CloudPcDeviceImageCloudPcDeviceImage. withStatusDetails(CloudPcDeviceImageStatusDetails statusDetails)CloudPcDeviceImageCloudPcDeviceImage. withUnmappedField(String name, String value)CloudPcDeviceImageCloudPcDeviceImage. withVersion(String version)
-