次の方法で共有


IscsiConnectionDetailsOperationsExtensions.GetAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnectionResponse> GetAsync (this Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations operations, string deviceId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member GetAsync : Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnectionResponse>
<Extension()>
Public Function GetAsync (operations As IIscsiConnectionDetailsOperations, deviceId As String, customRequestHeaders As CustomRequestHeaders) As Task(Of IscsiConnectionResponse)

パラメーター

operations
IIscsiConnectionDetailsOperations

Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations への参照。

deviceId
String

必須。 呼び出しが行われるデバイス ID。

customRequestHeaders
CustomRequestHeaders

必須。 クライアントが使用できるカスタム要求ヘッダー。

戻り値

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

適用対象