Partager via


ServiceUnitsOperationsExtensions.ListAsync Méthode

Définition

Répertorie les unités de service sous un service dans la topologie de service.

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

Paramètres

operations
IServiceUnitsOperations

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 .

serviceName
String

Nom de la ressource de service.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à