Udostępnij za pośrednictwem


VirtualMachinesOperationsExtensions.ListAsync Metoda

Definicja

Lista maszyn wirtualnych w klastrze chmury prywatnej

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.VirtualMachine>> ListAsync (this Microsoft.Azure.Management.Avs.IVirtualMachinesOperations operations, string resourceGroupName, string privateCloudName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Avs.IVirtualMachinesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.VirtualMachine>>
<Extension()>
Public Function ListAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualMachine))

Parametry

operations
IVirtualMachinesOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

privateCloudName
String

Nazwa chmury prywatnej

clusterName
String

Nazwa klastra w chmurze prywatnej

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy