Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionUpdate
Packages that use RestorePointCollectionUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointCollectionUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type RestorePointCollectionUpdateModifier and TypeMethodDescriptionRestorePointCollectionsClient.update(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionUpdate parameters) The operation to update the restore point collection.RestorePointCollectionsClient.updateAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionUpdate parameters) The operation to update the restore point collection.com.azure.core.http.rest.Response<RestorePointCollectionInner> RestorePointCollectionsClient.updateWithResponse(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionUpdate parameters, com.azure.core.util.Context context) The operation to update the restore point collection.Mono<com.azure.core.http.rest.Response<RestorePointCollectionInner>> RestorePointCollectionsClient.updateWithResponseAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionUpdate parameters) The operation to update the restore point collection. -
Uses of RestorePointCollectionUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RestorePointCollectionUpdateModifier and TypeMethodDescriptionstatic RestorePointCollectionUpdateRestorePointCollectionUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointCollectionUpdate from the JsonReader.RestorePointCollectionUpdate.withInstantAccess(Boolean instantAccess) Set the instantAccess property: This property determines whether instant access snapshot is enabled for restore points created under this restore point collection for Premium SSD v2 or Ultra disk.RestorePointCollectionUpdate.withSource(RestorePointCollectionSourceProperties source) Set the source property: The properties of the source resource that this restore point collection is created from.Set the tags property: Resource tags.