Partager via


ServicesOperationsExtensions.List(IServicesOperations, String, String) Méthode

Définition

Répertorie les services dans la topologie de service.

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

Retours

S’applique à