UpdateAzMySqlServerConfigurationsList_Update.HttpPipelinePrepend Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Runtime })]
[System.Management.Automation.Parameter(DontShow=true, HelpMessage="SendAsync Pipeline Steps to be prepended to the front of the pipeline", Mandatory=false)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Runtime })>]
[<System.Management.Automation.Parameter(DontShow=true, HelpMessage="SendAsync Pipeline Steps to be prepended to the front of the pipeline", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNull>]
member this.HttpPipelinePrepend : Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[] with get, set
Public Property HttpPipelinePrepend As SendAsyncStep()

Property Value

SendAsyncStep[]
Attributes

Applies to