Compartilhar via


CloudServiceOperationsExtensions.GetAsync Método

Definição

Recuperar serviços de nuvem (consulte http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx para obter mais informações)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations operations, string cloudServiceName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse>
<Extension()>
Public Function GetAsync (operations As ICloudServiceOperations, cloudServiceName As String) As Task(Of CloudServiceGetResponse)

Parâmetros

operations
ICloudServiceOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.

cloudServiceName
String

Obrigatórios. Nome do serviço de nuvem.

Retornos

O modelo de resposta para a operação obter serviço de nuvem.

Aplica-se a