Compartir a través de


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

Definición

Enumera los servicios de la topología de servicio.

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)

Parámetros

operations
IServicesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

serviceTopologyName
String

Nombre de la topología del servicio .

Devoluciones

Se aplica a