DatabaseRestoreResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET