IOutboundEnvironmentEndpoint.Endpoint 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 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