NewAzureSynapseSqlPool.FromBackup Property
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.
[System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupIdByNameParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupIdByParentObjectParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupNameByNameParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupNameByParentObjectParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupInputObjectByNameParameterSet")]
public System.Management.Automation.SwitchParameter FromBackup { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupIdByNameParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupIdByParentObjectParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupNameByNameParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupNameByParentObjectParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Indicates to restore from the most recent backup of any SQL pool in this subscription.", Mandatory=true, ParameterSetName="CreateFromBackupInputObjectByNameParameterSet")>]
member this.FromBackup : System.Management.Automation.SwitchParameter with get, set
Public Property FromBackup As SwitchParameter
Property Value
- Attributes