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