你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlManagedDatabaseBackupCmdletBase<TModel>.InputObject Property

Definition

Gets or sets the Database object to get the policy for.

[System.Management.Automation.Alias(new System.String[] { "AzureSqlInstanceDatabase", "AzureInstanceDatabaseObject" })]
[System.Management.Automation.Parameter(HelpMessage="The live or deleted database object to get/set the policy for.", Mandatory=true, ParameterSetName="PolicyByInputObjectSet", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel InputObject { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "AzureSqlInstanceDatabase", "AzureInstanceDatabaseObject" })>]
[<System.Management.Automation.Parameter(HelpMessage="The live or deleted database object to get/set the policy for.", Mandatory=true, ParameterSetName="PolicyByInputObjectSet", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel with get, set
Public Overridable Property InputObject As AzureSqlManagedDatabaseBaseModel

Property Value

Attributes

Applies to