次の方法で共有


DataContainerOperationsExtensions.GetAsync メソッド

定義

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

パラメーター

operations
IDataContainerOperations

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

deviceId
String

省略可能。

dataContainerName
String

省略可能。

customRequestHeaders
CustomRequestHeaders

省略可能。

戻り値

データ コンテナーの取得に対する応答モデル。

適用対象