Uses of Class
com.azure.resourcemanager.compute.fluent.models.RestorePointCollectionInner
Packages that use RestorePointCollectionInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointCollectionInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RestorePointCollectionInnerModifier and TypeMethodDescriptionRestorePointCollectionsClient.createOrUpdate(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters) The operation to create or update the restore point collection.RestorePointCollectionsClient.getByResourceGroup(String resourceGroupName, String restorePointCollectionName) The operation to get the restore point collection.RestorePointCollectionsClient.update(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionUpdate parameters) The operation to update the restore point collection.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RestorePointCollectionInnerModifier and TypeMethodDescriptionRestorePointCollectionsClient.createOrUpdateAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters) The operation to create or update the restore point collection.com.azure.core.http.rest.Response<RestorePointCollectionInner> RestorePointCollectionsClient.createOrUpdateWithResponse(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters, com.azure.core.util.Context context) The operation to create or update the restore point collection.Mono<com.azure.core.http.rest.Response<RestorePointCollectionInner>> RestorePointCollectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters) The operation to create or update the restore point collection.RestorePointCollectionsClient.getByResourceGroupAsync(String resourceGroupName, String restorePointCollectionName) The operation to get the restore point collection.com.azure.core.http.rest.Response<RestorePointCollectionInner> RestorePointCollectionsClient.getByResourceGroupWithResponse(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionExpandOptions expand, com.azure.core.util.Context context) The operation to get the restore point collection.Mono<com.azure.core.http.rest.Response<RestorePointCollectionInner>> RestorePointCollectionsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionExpandOptions expand) The operation to get the restore point collection.com.azure.core.http.rest.PagedIterable<RestorePointCollectionInner> RestorePointCollectionsClient.list()Gets the list of restore point collections in the subscription.com.azure.core.http.rest.PagedIterable<RestorePointCollectionInner> RestorePointCollectionsClient.list(com.azure.core.util.Context context) Gets the list of restore point collections in the subscription.com.azure.core.http.rest.PagedFlux<RestorePointCollectionInner> RestorePointCollectionsClient.listAsync()Gets the list of restore point collections in the subscription.com.azure.core.http.rest.PagedIterable<RestorePointCollectionInner> RestorePointCollectionsClient.listByResourceGroup(String resourceGroupName) Gets the list of restore point collections in a resource group.com.azure.core.http.rest.PagedIterable<RestorePointCollectionInner> RestorePointCollectionsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets the list of restore point collections in a resource group.com.azure.core.http.rest.PagedFlux<RestorePointCollectionInner> RestorePointCollectionsClient.listByResourceGroupAsync(String resourceGroupName) Gets the list of restore point collections in a resource group.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.Methods in com.azure.resourcemanager.compute.fluent with parameters of type RestorePointCollectionInnerModifier and TypeMethodDescriptionRestorePointCollectionsClient.createOrUpdate(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters) The operation to create or update the restore point collection.RestorePointCollectionsClient.createOrUpdateAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters) The operation to create or update the restore point collection.com.azure.core.http.rest.Response<RestorePointCollectionInner> RestorePointCollectionsClient.createOrUpdateWithResponse(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters, com.azure.core.util.Context context) The operation to create or update the restore point collection.Mono<com.azure.core.http.rest.Response<RestorePointCollectionInner>> RestorePointCollectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters) The operation to create or update the restore point collection. -
Uses of RestorePointCollectionInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RestorePointCollectionInnerModifier and TypeMethodDescriptionstatic RestorePointCollectionInnerRestorePointCollectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointCollectionInner from the JsonReader.RestorePointCollectionInner.withLocation(String location) RestorePointCollectionInner.withSource(RestorePointCollectionSourceProperties source) Set the source property: The properties of the source resource that this restore point collection is created from. -
Uses of RestorePointCollectionInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointCollectionInnerModifier and TypeMethodDescriptionRestorePointCollectionListResult.value()Get the value property: Gets the list of restore point collections.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type RestorePointCollectionInnerModifier and TypeMethodDescriptionRestorePointCollectionListResult.withValue(List<RestorePointCollectionInner> value) Set the value property: Gets the list of restore point collections.