Share via


DatabaseRestoreResource Constructors

Definition

Overloads

DatabaseRestoreResource()

Initializes a new instance of the DatabaseRestoreResource class.

DatabaseRestoreResource(String, IList<String>)

Initializes a new instance of the DatabaseRestoreResource class.

DatabaseRestoreResource()

Initializes a new instance of the DatabaseRestoreResource class.

public DatabaseRestoreResource ();
Public Sub New ()

Applies to

DatabaseRestoreResource(String, IList<String>)

Initializes a new instance of the DatabaseRestoreResource class.

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)

Parameters

databaseName
String

The name of the database available for restore.

collectionNames
IList<String>

The names of the collections available for restore.

Applies to