Compartilhar via


DeploymentsOperationsExtensions.ListAsync Método

Definição

Obtém as implantações associadas à conta dos Serviços Cognitivos.

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

Parâmetros

operations
IDeploymentsOperations

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.

accountName
String

O nome da conta dos Serviços Cognitivos.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a