Uses of Class
com.azure.resourcemanager.dataprotection.models.SyncBackupInstanceRequest
Package
Description
Package containing the service clients for DataProtectionClient.
Package containing the data models for DataProtectionClient.
-
Uses of SyncBackupInstanceRequest in com.azure.resourcemanager.dataprotection.fluent
Modifier and TypeMethodDescriptionBackupInstancesClient.beginSyncBackupInstance
(String resourceGroupName, String vaultName, String backupInstanceName, SyncBackupInstanceRequest parameters) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state.BackupInstancesClient.beginSyncBackupInstance
(String resourceGroupName, String vaultName, String backupInstanceName, SyncBackupInstanceRequest parameters, com.azure.core.util.Context context) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state.void
BackupInstancesClient.syncBackupInstance
(String resourceGroupName, String vaultName, String backupInstanceName, SyncBackupInstanceRequest parameters) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state.void
BackupInstancesClient.syncBackupInstance
(String resourceGroupName, String vaultName, String backupInstanceName, SyncBackupInstanceRequest parameters, com.azure.core.util.Context context) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state. -
Uses of SyncBackupInstanceRequest in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionSyncBackupInstanceRequest.withSyncType
(SyncType syncType) Set the syncType property: Field indicating sync type e.g.Modifier and TypeMethodDescriptionvoid
BackupInstanceResource.syncBackupInstance
(SyncBackupInstanceRequest parameters) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state.void
BackupInstanceResource.syncBackupInstance
(SyncBackupInstanceRequest parameters, com.azure.core.util.Context context) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state.void
BackupInstances.syncBackupInstance
(String resourceGroupName, String vaultName, String backupInstanceName, SyncBackupInstanceRequest parameters) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state.void
BackupInstances.syncBackupInstance
(String resourceGroupName, String vaultName, String backupInstanceName, SyncBackupInstanceRequest parameters, com.azure.core.util.Context context) Sync backup instance again in case of failure This action will retry last failed operation and will bring backup instance to valid state.