Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.RecoveryPointResourceInner
-
Packages that use RecoveryPointResourceInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPointResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return RecoveryPointResourceInner Modifier and Type Method Description RecoveryPointResourceInner
RecoveryPointsClient. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String recoveryPointId)
Provides the information of the backed up data identified using RecoveryPointID.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type RecoveryPointResourceInner Modifier and Type Method Description com.azure.core.http.rest.Response<RecoveryPointResourceInner>
RecoveryPointsClient. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String recoveryPointId, com.azure.core.util.Context context)
Provides the information of the backed up data identified using RecoveryPointID.com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner>
RecoveryPointsClient. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName)
Lists the backup copies for the backed up item.com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner>
RecoveryPointsClient. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String filter, com.azure.core.util.Context context)
Lists the backup copies for the backed up item.com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner>
RecoveryPointsRecommendedForMovesClient. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters)
Lists the recovery points recommended for move to another tier.com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner>
RecoveryPointsRecommendedForMovesClient. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters, com.azure.core.util.Context context)
Lists the recovery points recommended for move to another tier. -
Uses of RecoveryPointResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return RecoveryPointResourceInner Modifier and Type Method Description RecoveryPointResourceInner
RecoveryPointResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.RecoveryPointResourceInner
RecoveryPointResourceInner. withLocation(String location)
RecoveryPointResourceInner
RecoveryPointResourceInner. withProperties(RecoveryPoint properties)
Set the properties property: RecoveryPointResource properties.RecoveryPointResourceInner
RecoveryPointResourceInner. withTags(Map<String,String> tags)
-
Uses of RecoveryPointResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPointResourceInner Modifier and Type Method Description RecoveryPointResourceInner
RecoveryPointResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.RecoveryPointResourceInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type RecoveryPointResourceInner Modifier and Type Method Description List<RecoveryPointResourceInner>
RecoveryPointResourceList. value()
Get the value property: List of resources.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type RecoveryPointResourceInner Modifier and Type Method Description RecoveryPointResourceList
RecoveryPointResourceList. withValue(List<RecoveryPointResourceInner> value)
Set the value property: List of resources.
-