PSTablesToRestore 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
PSTablesToRestore() | |
PSTablesToRestore(IEnumerable<String>) | |
PSTablesToRestore(String[]) |
PSTablesToRestore()
public PSTablesToRestore ();
Public Sub New ()
Applies to
PSTablesToRestore(IEnumerable<String>)
public PSTablesToRestore (System.Collections.Generic.IEnumerable<string> tableNames);
new Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore : seq<string> -> Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore
Public Sub New (tableNames As IEnumerable(Of String))
Parameters
- tableNames
- IEnumerable<String>
Applies to
PSTablesToRestore(String[])
public PSTablesToRestore (string[] tableNames);
new Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore : string[] -> Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore
Public Sub New (tableNames As String())
Parameters
- tableNames
- String[]