ServiceBusNotificationHubsResponse 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.
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.AzureOperationResponseServiceBusNotificationHubsResponse
- 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
Azure SDK for .NET