Language

IOutboundEnvironmentEndpointCollection.Value Property

Definition

The collection of outbound network dependency endpoints returned by the listing operation.

[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=false, Description="The collection of outbound network dependency endpoints returned by the listing operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IOutboundEnvironmentEndpoint) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IOutboundEnvironmentEndpoint> Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=false, Description="The collection of outbound network dependency endpoints returned by the listing operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IOutboundEnvironmentEndpoint) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IOutboundEnvironmentEndpoint>
Public ReadOnly Property Value As List(Of IOutboundEnvironmentEndpoint)

Property Value

Attributes

Applies to