你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BackupsUnderAccount interface

表示 BackupsUnderAccount 的接口。

方法

beginMigrateBackups(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

将 NetApp 帐户下的备份迁移到备份保管库

beginMigrateBackupsAndWait(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

将 NetApp 帐户下的备份迁移到备份保管库

方法详细信息

beginMigrateBackups(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

将 NetApp 帐户下的备份迁移到备份保管库

function beginMigrateBackups(resourceGroupName: string, accountName: string, body: BackupsMigrationRequest, options?: BackupsUnderAccountMigrateBackupsOptionalParams): Promise<SimplePollerLike<OperationState<BackupsUnderAccountMigrateBackupsHeaders>, BackupsUnderAccountMigrateBackupsHeaders>>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

accountName

string

NetApp 帐户的名称

body
BackupsMigrationRequest

在作正文中提供的帐户有效负载下迁移备份。

返回

beginMigrateBackupsAndWait(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

将 NetApp 帐户下的备份迁移到备份保管库

function beginMigrateBackupsAndWait(resourceGroupName: string, accountName: string, body: BackupsMigrationRequest, options?: BackupsUnderAccountMigrateBackupsOptionalParams): Promise<BackupsUnderAccountMigrateBackupsHeaders>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

accountName

string

NetApp 帐户的名称

body
BackupsMigrationRequest

在作正文中提供的帐户有效负载下迁移备份。

返回