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

ApiManagementServiceBackupRestoreContent(String, String, String) 构造函数

定义

初始化 ApiManagementServiceBackupRestoreContent 的新实例。

public ApiManagementServiceBackupRestoreContent (string storageAccount, string containerName, string backupName);
new Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceBackupRestoreContent : string * string * string -> Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceBackupRestoreContent
Public Sub New (storageAccount As String, containerName As String, backupName As String)

参数

storageAccount
String

用于放置/检索备份) (Azure 存储帐户的名称。

containerName
String

用于放置/检索备份) 的 blob 容器 (的名称。

backupName
String

要创建/检索的备份文件的名称。

例外

storageAccountcontainerNamebackupName 为 null。

适用于