ServicesOperationsExtensions.ListAsync Método

Definição

Lista os serviços na topologia de serviço.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource>> ListAsync (this Microsoft.Azure.Management.DeploymentManager.IServicesOperations operations, string resourceGroupName, string serviceTopologyName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DeploymentManager.IServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource>>
<Extension()>
Public Function ListAsync (operations As IServicesOperations, resourceGroupName As String, serviceTopologyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of ServiceResource))

Parâmetros

operations
IServicesOperations

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.

serviceTopologyName
String

O nome da topologia de serviço .

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a