INetworkFeatures.HybridConnectionsV2 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 Connection V2 (Service Bus) view.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The Hybrid Connection V2 (Service Bus) view.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHybridConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="hybridConnectionsV2", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHybridConnection> HybridConnectionsV2 { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The Hybrid Connection V2 (Service Bus) view.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHybridConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="hybridConnectionsV2", Update=false)>]
member this.HybridConnectionsV2 : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHybridConnection>
Public ReadOnly Property HybridConnectionsV2 As List(Of IHybridConnection)
Property Value
- Attributes