Uses of Class
com.azure.resourcemanager.compute.fluent.models.RestorePointInner
Packages that use RestorePointInner
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 RestorePointInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RestorePointInnerModifier and TypeMethodDescriptionRestorePointsClient.create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters) The operation to create the restore point.RestorePointsClient.create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, com.azure.core.util.Context context) The operation to create the restore point.RestorePointsClient.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 RestorePointInnerModifier and TypeMethodDescriptioncom.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.RestorePointsClient.createAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters) The operation to create the restore point.RestorePointsClient.getAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName) 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 RestorePointInnerModifier and TypeMethodDescriptioncom.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.RestorePointsClient.create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters) The operation to create the restore point.RestorePointsClient.create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, com.azure.core.util.Context context) The operation to create the restore point.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 RestorePointInnerModifier and TypeMethodDescriptionstatic RestorePointInnerRestorePointInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointInner from the JsonReader.RestorePointInner.withConsistencyMode(ConsistencyModeTypes consistencyMode) Set the consistencyMode property: ConsistencyMode of the RestorePoint.RestorePointInner.withExcludeDisks(List<ApiEntityReference> excludeDisks) Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.RestorePointInner.withInstantAccessDurationMinutes(Integer instantAccessDurationMinutes) Set the instantAccessDurationMinutes property: This property determines the time in minutes the snapshot is retained as instant access for restoring Premium SSD v2 or Ultra disk with fast restore performance in this restore point.RestorePointInner.withSourceMetadata(RestorePointSourceMetadata sourceMetadata) Set the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation.RestorePointInner.withSourceRestorePoint(ApiEntityReference sourceRestorePoint) Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.RestorePointInner.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 RestorePointInnerModifier and TypeMethodDescriptionRestorePointCollectionInner.restorePoints()Get the restorePoints property: A list containing all restore points created under this restore point collection.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 RestorePointInnerModifier and TypeMethodDescriptionRestorePointCollectionUpdate.restorePoints()Get the restorePoints property: A list containing all restore points created under this restore point collection.