Udostępnij przez


IPeeringProperties.ExchangeConnection Property

Definition

The set of connections that constitute an exchange peering.

[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The set of connections that constitute an exchange peering.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IExchangeConnection) }, Read=true, ReadOnly=false, Required=false, SerializedName="connections", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IExchangeConnection> ExchangeConnection { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The set of connections that constitute an exchange peering.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IExchangeConnection) }, Read=true, ReadOnly=false, Required=false, SerializedName="connections", Update=true)>]
member this.ExchangeConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IExchangeConnection> with get, set
Public Property ExchangeConnection As List(Of IExchangeConnection)

Property Value

Attributes

Applies to