Partager via


RestoreRequestDynamicParameters.DatabasesToRestore Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The list of PSDatabaseToRestore objects which specify the subset of databases and collections to restore from the source account. (If not provided, all the databases will be restored)", Mandatory=false)]
public Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[] DatabasesToRestore { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The list of PSDatabaseToRestore objects which specify the subset of databases and collections to restore from the source account. (If not provided, all the databases will be restored)", Mandatory=false)>]
member this.DatabasesToRestore : Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[] with get, set
Public Property DatabasesToRestore As PSDatabaseToRestore()

Property Value

Attributes

Applies to