IInboundEnvironmentEndpoint.Endpoint Property

Definition

The IP addresses that network traffic will originate from in cidr notation.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The IP addresses that network traffic will originate from in cidr notation.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="endpoints")]
public string[] Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The IP addresses that network traffic will originate from in cidr notation.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="endpoints")>]
member this.Endpoint : string[] with get, set
Public Property Endpoint As String()

Property Value

String[]
Attributes

Applies to