Share via


IWorkflowVersion.ConnectorOutgoingIPAddress Property

Definition

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[] ConnectorOutgoingIPAddress { 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.ConnectorOutgoingIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress[] with get, set
Public Property ConnectorOutgoingIPAddress As IIPAddress()

Property Value

Attributes

Applies to