RestoreAzureSynapseSqlPool.FromDroppedSqlPool 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 leverage a restore point from any SQL pool in this subscription to recover or copy from a previous state.", Mandatory=true, ParameterSetName="RestoreFromDroppedSqlPoolByNameParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="Indicates to leverage a restore point from any SQL pool in this subscription to recover or copy from a previous state.", Mandatory=true, ParameterSetName="RestoreFromDroppedSqlPoolByParentObjectParameterSet")]
public System.Management.Automation.SwitchParameter FromDroppedSqlPool { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Indicates to leverage a restore point from any SQL pool in this subscription to recover or copy from a previous state.", Mandatory=true, ParameterSetName="RestoreFromDroppedSqlPoolByNameParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Indicates to leverage a restore point from any SQL pool in this subscription to recover or copy from a previous state.", Mandatory=true, ParameterSetName="RestoreFromDroppedSqlPoolByParentObjectParameterSet")>]
member this.FromDroppedSqlPool : System.Management.Automation.SwitchParameter with get, set
Public Property FromDroppedSqlPool As SwitchParameter
Property Value
- Attributes