Partager via


ServicesOperationsExtensions.ListAsync Méthode

Définition

Répertorie les services dans la topologie de service.

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

Paramètres

operations
IServicesOperations

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

resourceGroupName
String

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

serviceTopologyName
String

Nom de la topologie de service .

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à