次の方法で共有


OperatingSystemListResponse クラス

定義

オペレーティング システムの一覧表示操作の応答。

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

コンストラクター

OperatingSystemListResponse()

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

プロパティ

OperatingSystems

省略可能。 サブスクリプションに対して有効なオペレーティング システム。

メソッド

GetEnumerator()

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

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

IEnumerable.GetEnumerator()

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

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用対象