AzureSqlRmManagedInstanceTransparentDataEncryptionProtectorBase.Instance 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 instance Object
[System.Management.Automation.Alias(new System.String[] { "InputObject" })]
[System.Management.Automation.Parameter(HelpMessage="The instance input object", Mandatory=true, ParameterSetName="AzureSqlRmManagedInstanceTransparentDataEncryptionProtectorInputObjectParameterSet", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel Instance { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "InputObject" })>]
[<System.Management.Automation.Parameter(HelpMessage="The instance input object", Mandatory=true, ParameterSetName="AzureSqlRmManagedInstanceTransparentDataEncryptionProtectorInputObjectParameterSet", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Instance : Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel with get, set
Public Property Instance As AzureSqlManagedInstanceModel
Property Value
- Attributes