INetworkFeatures.HybridConnection 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 Hybrid Connections summary view.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The Hybrid Connections summary view.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRelayServiceConnectionEntity) }, ReadOnly=true, Required=false, SerializedName="hybridConnections")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRelayServiceConnectionEntity[] HybridConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The Hybrid Connections summary view.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRelayServiceConnectionEntity) }, ReadOnly=true, Required=false, SerializedName="hybridConnections")>]
member this.HybridConnection : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRelayServiceConnectionEntity[]
Public ReadOnly Property HybridConnection As IRelayServiceConnectionEntity()
Property Value
- Attributes