Partager via


GlobalReachConnectionsOperationsExtensions.ListAsync Méthode

Définition

Répertorier les connexions de portée globale dans un cloud privé

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

Paramètres

operations
IGlobalReachConnectionsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateCloudName
String

Nom du cloud privé

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à