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

DatabaseRestoreResource 构造函数

定义

重载

DatabaseRestoreResource()

初始化 DatabaseRestoreResource 类的新实例。

DatabaseRestoreResource(String, IList<String>)

初始化 DatabaseRestoreResource 类的新实例。

DatabaseRestoreResource()

初始化 DatabaseRestoreResource 类的新实例。

public DatabaseRestoreResource ();
Public Sub New ()

适用于

DatabaseRestoreResource(String, IList<String>)

初始化 DatabaseRestoreResource 类的新实例。

public DatabaseRestoreResource (string databaseName = default, System.Collections.Generic.IList<string> collectionNames = default);
new Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource
Public Sub New (Optional databaseName As String = Nothing, Optional collectionNames As IList(Of String) = Nothing)

参数

databaseName
String

可用于还原的数据库的名称。

collectionNames
IList<String>

可用于还原的集合的名称。

适用于