ServiceBusConnectionDetailsResponse.ConnectionDetails 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.
Optional. The set of connection details for a service bus entitiy.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetail> ConnectionDetails { get; set; }
member this.ConnectionDetails : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetail> with get, set
Public Property ConnectionDetails As IList(Of ServiceBusConnectionDetail)