IFlowEndpoints.OutgoingIPAddress 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.
The outgoing ip address.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The outgoing ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress) }, ReadOnly=false, Required=false, SerializedName="outgoingIpAddresses")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress[] OutgoingIPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The outgoing ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress) }, ReadOnly=false, Required=false, SerializedName="outgoingIpAddresses")>]
member this.OutgoingIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress[] with get, set
Public Property OutgoingIPAddress As IIPAddress()
Property Value
- Attributes