IWorkflowVersionProperties.ConnectorOutgoingIPAddress Property

Definition

The outgoing ip address.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The outgoing ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="outgoingIpAddresses", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress> ConnectorOutgoingIPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The outgoing ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="outgoingIpAddresses", Update=true)>]
member this.ConnectorOutgoingIPAddress : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress> with get, set
Public Property ConnectorOutgoingIPAddress As List(Of IIPAddress)

Property Value

Attributes

Applies to