次の方法で共有


CloudServiceListResponse クラス

定義

Cloud Service List 操作の応答構造。

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

コンストラクター

CloudServiceListResponse()

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

プロパティ

CloudServices

任意。 このサブスクリプションのクラウド サービスの場所の一覧。

メソッド

GetEnumerator()

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

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

IEnumerable.GetEnumerator()

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

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用対象