AzureSqlDatabaseBackupShortTermRetentionPolicyCmdletBase.AzureSqlDatabaseObject 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.
Gets or sets the Database object to get the policy for.
[System.Management.Automation.Alias(new System.String[] { "AzureSqlDatabase" })]
[System.Management.Automation.Parameter(HelpMessage="The database object to get the policy for.", Mandatory=true, ParameterSetName="PolicyByInputObjectSet", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel AzureSqlDatabaseObject { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "AzureSqlDatabase" })>]
[<System.Management.Automation.Parameter(HelpMessage="The database object to get the policy for.", Mandatory=true, ParameterSetName="PolicyByInputObjectSet", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.AzureSqlDatabaseObject : Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel with get, set
Public Property AzureSqlDatabaseObject As AzureSqlDatabaseModel
Property Value
- Attributes