Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionUpdate
-
Packages that use RestorePointCollectionUpdate Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 RestorePointCollectionUpdate Modifier and Type Method Description RestorePointCollectionInnerRestorePointCollectionsClient. update(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionUpdate parameters)The operation to update the restore point collection.Mono<RestorePointCollectionInner>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 RestorePointCollectionUpdate Modifier and Type Method Description RestorePointCollectionUpdateRestorePointCollectionUpdate. withSource(RestorePointCollectionSourceProperties source)Set the source property: The properties of the source resource that this restore point collection is created from.RestorePointCollectionUpdateRestorePointCollectionUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-