ServiceBusConnectionDetailsResponse Class
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 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.AzureOperationResponseServiceBusConnectionDetailsResponse
- 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
Azure SDK for .NET