GetAzureSqlManagedDatabaseLongTermRetentionBackup.OnlyLatestPerDatabase 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="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="InstanceName")]
[System.Management.Automation.Parameter(HelpMessage="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="Location")]
[System.Management.Automation.Parameter(HelpMessage="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="DatabaseName")]
[System.Management.Automation.Parameter(HelpMessage="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="GetBackupsByInputObject")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.SwitchParameter OnlyLatestPerDatabase { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="InstanceName")>]
[<System.Management.Automation.Parameter(HelpMessage="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="Location")>]
[<System.Management.Automation.Parameter(HelpMessage="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="DatabaseName")>]
[<System.Management.Automation.Parameter(HelpMessage="Whether or not to only get the latest backup per database. Defaults to false.", Mandatory=false, ParameterSetName="GetBackupsByInputObject")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.OnlyLatestPerDatabase : System.Management.Automation.SwitchParameter with get, set
Public Property OnlyLatestPerDatabase As SwitchParameter
Property Value
- Attributes