Partager via


ServiceUnitsOperationsExtensions.List Méthode

Définition

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

public static System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource> List (this Microsoft.Azure.Management.DeploymentManager.IServiceUnitsOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName);
static member List : Microsoft.Azure.Management.DeploymentManager.IServiceUnitsOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource>
<Extension()>
Public Function List (operations As IServiceUnitsOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String) As 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.

Retours

S’applique à