UpdateAzSpringCloudService_UpdateViaIdentityExpanded.HttpPipelineAppend 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.
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(new Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Runtime })]
[System.Management.Automation.Parameter(DontShow=true, HelpMessage="SendAsync Pipeline Steps to be appended to the front of the pipeline", Mandatory=false)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.SendAsyncStep[] HttpPipelineAppend { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(new Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Runtime })>]
[<System.Management.Automation.Parameter(DontShow=true, HelpMessage="SendAsync Pipeline Steps to be appended to the front of the pipeline", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNull>]
member this.HttpPipelineAppend : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.SendAsyncStep[] with get, set
Public Property HttpPipelineAppend As SendAsyncStep()
Property Value
- Attributes