IWorkflow.ConnectorAccessEndpointIPAddress 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(Create=true, Description="The access endpoint ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessEndpointIpAddresses", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress> ConnectorAccessEndpointIPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The access endpoint ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessEndpointIpAddresses", Update=true)>]
member this.ConnectorAccessEndpointIPAddress : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IIPAddress> with get, set
Public Property ConnectorAccessEndpointIPAddress As List(Of IIPAddress)
Property Value
- Attributes