Uses of Class
com.azure.resourcemanager.netapp.models.BackupsMigrationRequest
Packages that use BackupsMigrationRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of BackupsMigrationRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type BackupsMigrationRequestModifier and TypeMethodDescriptionBackupsUnderAccountsClient.beginMigrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.BackupsUnderAccountsClient.beginMigrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.BackupsUnderVolumesClient.beginMigrateBackups
(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.BackupsUnderVolumesClient.beginMigrateBackups
(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.void
BackupsUnderAccountsClient.migrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.void
BackupsUnderAccountsClient.migrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.void
BackupsUnderVolumesClient.migrateBackups
(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.void
BackupsUnderVolumesClient.migrateBackups
(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault. -
Uses of BackupsMigrationRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return BackupsMigrationRequestModifier and TypeMethodDescriptionstatic BackupsMigrationRequest
BackupsMigrationRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BackupsMigrationRequest from the JsonReader.BackupsMigrationRequest.withBackupVaultId
(String backupVaultId) Set the backupVaultId property: The ResourceId of the Backup Vault.Methods in com.azure.resourcemanager.netapp.models with parameters of type BackupsMigrationRequestModifier and TypeMethodDescriptionvoid
BackupsUnderAccounts.migrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.void
BackupsUnderAccounts.migrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.void
BackupsUnderVolumes.migrateBackups
(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.void
BackupsUnderVolumes.migrateBackups
(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.