Share via


AzureSqlDatabaseBackupShortTermRetentionPolicyCmdletBase.AzureSqlDatabaseObject Property

Definition

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

Applies to