Language

IOutboundEnvironmentEndpoint.Endpoint Property

Definition

The endpoints for this service to which the Batch service makes outbound calls.

[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=false, Description="The endpoints for this service to which the Batch service makes outbound calls.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDependency) }, Read=true, ReadOnly=true, Required=false, SerializedName="endpoints", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDependency> Endpoint { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=false, Description="The endpoints for this service to which the Batch service makes outbound calls.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDependency) }, Read=true, ReadOnly=true, Required=false, SerializedName="endpoints", Update=false)>]
member this.Endpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IEndpointDependency>
Public ReadOnly Property Endpoint As List(Of IEndpointDependency)

Property Value

Attributes

Applies to