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

Definição

Lista os serviços na topologia de serviço.

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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serviceTopologyName
String

O nome da topologia de serviço .

Retornos

Aplica-se a