Compartir a través de


ServiceTopologiesOperationsExtensions.List Método

Definición

Enumera las topologías de servicio en el grupo de recursos.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource> List (this Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource>
<Extension()>
Public Function List (operations As IServiceTopologiesOperations, resourceGroupName As String) As IList(Of ServiceTopologyResource)

Parámetros

operations
IServiceTopologiesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

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

Devoluciones

Se aplica a