Método CloudServiceOperationsExtensions.List (ICloudServiceOperations)
Recuperar uma lista de serviços em nuvem (consulte https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static CloudServiceListResponse List(
this ICloudServiceOperations operations
)
public:
[ExtensionAttribute]
static CloudServiceListResponse^ List(
ICloudServiceOperations^ operations
)
static member List :
operations:ICloudServiceOperations -> CloudServiceListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As ICloudServiceOperations
) As CloudServiceListResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse
O modelo de resposta para a operação de serviço de nuvem da lista.
Consulte também
Classe CloudServiceOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo