PSTableBackupInformation 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
PSTableBackupInformation() | |
PSTableBackupInformation(BackupInformation) |
PSTableBackupInformation()
public PSTableBackupInformation ();
Public Sub New ()
Applies to
PSTableBackupInformation(BackupInformation)
public PSTableBackupInformation (Microsoft.Azure.Management.CosmosDB.Models.BackupInformation backupInformation);
new Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation : Microsoft.Azure.Management.CosmosDB.Models.BackupInformation -> Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation
Public Sub New (backupInformation As BackupInformation)
Parameters
- backupInformation
- BackupInformation