次の方法で共有


ServiceBusRegionsResponse クラス

定義

リージョンの一覧に対する要求に対する応答。

public class ServiceBusRegionsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusLocation>
type ServiceBusRegionsResponse = class
    inherit AzureOperationResponse
    interface seq<ServiceBusLocation>
    interface IEnumerable
Public Class ServiceBusRegionsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ServiceBusLocation)
継承
Microsoft.Azure.AzureOperationResponse
ServiceBusRegionsResponse
実装

コンストラクター

ServiceBusRegionsResponse()

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

プロパティ

Regions

省略可能。 使用可能なリージョン。

メソッド

GetEnumerator()

リージョンのシーケンスを取得します。

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

IEnumerable.GetEnumerator()

リージョンのシーケンスを取得します。

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用対象