Uses of Class
com.azure.resourcemanager.compute.fluent.models.RestorePointCollectionInner
-
Packages that use RestorePointCollectionInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 RestorePointCollectionInner Modifier and Type Method Description RestorePointCollectionInnerRestorePointCollectionsClient. createOrUpdate(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters)The operation to create or update the restore point collection.RestorePointCollectionInnerRestorePointCollectionsClient. getByResourceGroup(String resourceGroupName, String restorePointCollectionName)The operation to get the restore point collection.RestorePointCollectionInnerRestorePointCollectionsClient. 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 RestorePointCollectionInner Modifier and Type Method Description Mono<RestorePointCollectionInner>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.Mono<RestorePointCollectionInner>RestorePointCollectionsClient. getByResourceGroupAsync(String resourceGroupName, String restorePointCollectionName)The operation to get the restore point collection.Mono<RestorePointCollectionInner>RestorePointCollectionsClient. getByResourceGroupAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionExpandOptions expand)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.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.Methods in com.azure.resourcemanager.compute.fluent with parameters of type RestorePointCollectionInner Modifier and Type Method Description RestorePointCollectionInnerRestorePointCollectionsClient. createOrUpdate(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters)The operation to create or update the restore point collection.Mono<RestorePointCollectionInner>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 RestorePointCollectionInner Modifier and Type Method Description RestorePointCollectionInnerRestorePointCollectionInner. withLocation(String location)RestorePointCollectionInnerRestorePointCollectionInner. withSource(RestorePointCollectionSourceProperties source)Set the source property: The properties of the source resource that this restore point collection is created from.RestorePointCollectionInnerRestorePointCollectionInner. withTags(Map<String,String> tags) -
Uses of RestorePointCollectionInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointCollectionInner Modifier and Type Method Description List<RestorePointCollectionInner>RestorePointCollectionListResult. 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 RestorePointCollectionInner Modifier and Type Method Description RestorePointCollectionListResultRestorePointCollectionListResult. withValue(List<RestorePointCollectionInner> value)Set the value property: Gets the list of restore point collections.
-