次の方法で共有


HostedServiceListResponse クラス

定義

ホストされているサービス操作の応答を一覧表示します。

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

コンストラクター

HostedServiceListResponse()

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

プロパティ

HostedServices

省略可能。 サブスクリプションに関連付けられているホステッド サービス。

メソッド

GetEnumerator()

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

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

IEnumerable.GetEnumerator()

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

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用対象