INetworkFeatures.HybridConnection Property

Definition

The Hybrid Connections summary view.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="The Hybrid Connections summary view.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IRelayServiceConnectionEntity) }, Read=true, ReadOnly=true, Required=false, SerializedName="hybridConnections", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IRelayServiceConnectionEntity> HybridConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="The Hybrid Connections summary view.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IRelayServiceConnectionEntity) }, Read=true, ReadOnly=true, Required=false, SerializedName="hybridConnections", Update=false)>]
member this.HybridConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IRelayServiceConnectionEntity>
Public ReadOnly Property HybridConnection As List(Of IRelayServiceConnectionEntity)

Property Value

Attributes

Applies to