ServiceBusNotificationHubsResponse Class

Definition

A standard service response including an HTTP status code and request ID.

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

Constructors

ServiceBusNotificationHubsResponse()

Initializes a new instance of the ServiceBusNotificationHubsResponse class.

Properties

NotificationHubs

Optional.

Methods

GetEnumerator()

Gets the sequence of NotificationHubs.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of NotificationHubs.

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