Freigeben über


WorkloadNetworksOperationsExtensions.ListVMGroupsAsync Methode

Definition

Liste der VM-Gruppen in einem Workloadnetzwerk für private Clouds.

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

Parameter

operations
IWorkloadNetworksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

privateCloudName
String

Name der privaten Cloud

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: