次の方法で共有


DeviceFailoverOperationsExtensions.ListDCGroupsAsync メソッド

定義

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

パラメーター

operations
IDeviceFailoverOperations

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

deviceId
String

省略可能。

customRequestHeaders
CustomRequestHeaders

省略可能。

戻り値

DataContainerGroups Get 呼び出しの応答モデルを表します

適用対象