次の方法で共有


IscsiConnectionResponse クラス

定義

iscsi 接続の詳細の一覧の応答モデル。

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

コンストラクター

IscsiConnectionResponse()

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

プロパティ

IscsiConnections

省略可能。 iscsi 接続の詳細のコレクション

メソッド

GetEnumerator()

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

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

IEnumerable.GetEnumerator()

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

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用対象