Compartilhar via


ServiceUnitsOperationsExtensions.List Método

Definição

Lista as unidades de serviço em um serviço na topologia de serviço.

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)

Parâmetros

operations
IServiceUnitsOperations

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 .

serviceName
String

O nome do recurso de serviço.

Retornos

Aplica-se a