Compartilhar via


GlobalReachConnectionsOperationsExtensions.ListAsync Método

Definição

Listar conexões de alcance global em uma nuvem privada

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))

Parâmetros

operations
IGlobalReachConnectionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

privateCloudName
String

Nome da nuvem privada

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a