你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApiManagementServiceBackupRestoreContent(String, String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
要创建/检索的备份文件的名称。
例外
storageAccount
、containerName
或 backupName
为 null。