Método CloudServiceOperationsExtensions.ListAsync (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 Task<CloudServiceListResponse> ListAsync(
this ICloudServiceOperations operations
)
public:
[ExtensionAttribute]
static Task<CloudServiceListResponse^>^ ListAsync(
ICloudServiceOperations^ operations
)
static member ListAsync :
operations:ICloudServiceOperations -> Task<CloudServiceListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As ICloudServiceOperations
) As Task(Of CloudServiceListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
Valor de retorno
Type: System.Threading.Tasks.Task<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