Uses of Class
odata.msgraph.client.beta.entity.CloudPcSnapshot
-
Packages that use CloudPcSnapshot Package Description odata.msgraph.client.beta.entity -
-
Uses of CloudPcSnapshot in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CloudPcSnapshot Modifier and Type Method Description CloudPcSnapshotCloudPcSnapshot.Builder. build()CloudPcSnapshotCloudPcSnapshot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CloudPcSnapshotCloudPcSnapshot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CloudPcSnapshotCloudPcSnapshot. withCloudPcId(String cloudPcId)CloudPcSnapshotCloudPcSnapshot. withCreatedDateTime(OffsetDateTime createdDateTime)CloudPcSnapshotCloudPcSnapshot. withLastRestoredDateTime(OffsetDateTime lastRestoredDateTime)CloudPcSnapshotCloudPcSnapshot. withStatus(CloudPcSnapshotStatus status)CloudPcSnapshotCloudPcSnapshot. withUnmappedField(String name, String value)
-