Uses of Class
com.azure.resourcemanager.compute.fluent.models.RestorePointInner
-
Packages that use RestorePointInner 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 RestorePointInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RestorePointInner Modifier and Type Method Description RestorePointInnerRestorePointsClient. create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.RestorePointInnerRestorePointsClient. create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, com.azure.core.util.Context context)The operation to create the restore point.RestorePointInnerRestorePointsClient. get(String resourceGroupName, String restorePointCollectionName, String restorePointName)The operation to get the restore point.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RestorePointInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreate(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreate(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreate(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, com.azure.core.util.Context context)The operation to create the restore point.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreate(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, com.azure.core.util.Context context)The operation to create the restore point.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreateAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreateAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.Mono<RestorePointInner>RestorePointsClient. createAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.Mono<RestorePointInner>RestorePointsClient. getAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName)The operation to get the restore point.Mono<RestorePointInner>RestorePointsClient. getAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointExpandOptions expand)The operation to get the restore point.com.azure.core.http.rest.Response<RestorePointInner>RestorePointsClient. getWithResponse(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointExpandOptions expand, com.azure.core.util.Context context)The operation to get the restore point.Mono<com.azure.core.http.rest.Response<RestorePointInner>>RestorePointsClient. getWithResponseAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointExpandOptions expand)The operation to get the restore point.Methods in com.azure.resourcemanager.compute.fluent with parameters of type RestorePointInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreate(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreate(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, com.azure.core.util.Context context)The operation to create the restore point.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RestorePointInner>,RestorePointInner>RestorePointsClient. beginCreateAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.RestorePointInnerRestorePointsClient. create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.RestorePointInnerRestorePointsClient. create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, com.azure.core.util.Context context)The operation to create the restore point.Mono<RestorePointInner>RestorePointsClient. createAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>RestorePointsClient. createWithResponseAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)The operation to create the restore point. -
Uses of RestorePointInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RestorePointInner Modifier and Type Method Description RestorePointInnerRestorePointInner. withExcludeDisks(List<ApiEntityReference> excludeDisks)Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.RestorePointInnerRestorePointInner. withSourceRestorePoint(ApiEntityReference sourceRestorePoint)Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.RestorePointInnerRestorePointInner. withTimeCreated(OffsetDateTime timeCreated)Set the timeCreated property: Gets the creation time of the restore point.Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type RestorePointInner Modifier and Type Method Description List<RestorePointInner>RestorePointCollectionInner. restorePoints()Get the restorePoints property: A list containing all restore points created under this restore point collection.List<RestorePointInner>RestorePointCollectionProperties. restorePoints()Get the restorePoints property: A list containing all restore points created under this restore point collection. -
Uses of RestorePointInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointInner Modifier and Type Method Description List<RestorePointInner>RestorePointCollectionUpdate. restorePoints()Get the restorePoints property: A list containing all restore points created under this restore point collection.
-