ServiceBusConnectionDetailsResponse Class

Definition

The set of connection details for a service bus entity.

public class ServiceBusConnectionDetailsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetail>
type ServiceBusConnectionDetailsResponse = class
    inherit AzureOperationResponse
    interface seq<ServiceBusConnectionDetail>
    interface IEnumerable
Public Class ServiceBusConnectionDetailsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ServiceBusConnectionDetail)
Inheritance
Microsoft.Azure.AzureOperationResponse
ServiceBusConnectionDetailsResponse
Implements

Constructors

ServiceBusConnectionDetailsResponse()

Initializes a new instance of the ServiceBusConnectionDetailsResponse class.

Properties

ConnectionDetails

Optional. The set of connection details for a service bus entitiy.

Methods

GetEnumerator()

Gets the sequence of ConnectionDetails.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of ConnectionDetails.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to