Delen via


PSTablesToRestore Constructors

Definition

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[]

Applies to