次の方法で共有


ServiceBusNotificationHubsResponse クラス

定義

HTTP 状態コードと要求 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)
継承
Microsoft.Azure.AzureOperationResponse
ServiceBusNotificationHubsResponse
実装

コンストラクター

ServiceBusNotificationHubsResponse()

ServiceBusNotificationHubsResponse クラスの新しいインスタンスを初期化します。

プロパティ

NotificationHubs

省略可能。

メソッド

GetEnumerator()

NotificationHubs のシーケンスを取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

NotificationHubs のシーケンスを取得します。

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象