次の方法で共有


InstancesOperationsExtensions.ListByAccount メソッド

定義

指定されたアカウント名のインスタンスを返します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceUpdate.Models.Instance> ListByAccount (this Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations operations, string resourceGroupName, string accountName);
static member ListByAccount : Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceUpdate.Models.Instance>
<Extension()>
Public Function ListByAccount (operations As IInstancesOperations, resourceGroupName As String, accountName As String) As IPage(Of Instance)

パラメーター

operations
IInstancesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

accountName
String

アカウント名。

戻り値

適用対象