Condividi tramite


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

Property Value

Attributes

Applies to