Condividi tramite


IOutboundEnvironmentEndpoint.Endpoint Property

Definition

The endpoints that the App Service Environment reaches the service at.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The endpoints that the App Service Environment reaches the service at.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDependency[] Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The endpoints that the App Service Environment reaches the service at.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")>]
member this.Endpoint : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDependency[] with get, set
Public Property Endpoint As IEndpointDependency()

Property Value

Attributes

Applies to