次の方法で共有


LocationsListResponse クラス

定義

場所の一覧表示操作の応答。

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

コンストラクター

LocationsListResponse()

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

プロパティ

Locations

省略可能。 サブスクリプションに対して有効なデータ センターの場所。

メソッド

GetEnumerator()

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

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

IEnumerable.GetEnumerator()

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

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用対象