次の方法で共有


IWorkflowVersion.WorkflowAccessEndpointIPAddress Property

Definition

The access endpoint ip address.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The access endpoint ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress) }, ReadOnly=false, Required=false, SerializedName="accessEndpointIpAddresses")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress[] WorkflowAccessEndpointIPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The access endpoint ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress) }, ReadOnly=false, Required=false, SerializedName="accessEndpointIpAddresses")>]
member this.WorkflowAccessEndpointIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress[] with get, set
Public Property WorkflowAccessEndpointIPAddress As IIPAddress()

Property Value

Attributes

Applies to