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