Compartilhar via


CloudServiceOperationsExtensions.Get(ICloudServiceOperations, String) 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 Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse Get (this Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations operations, string cloudServiceName);
static member Get : Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse
<Extension()>
Public Function Get (operations As ICloudServiceOperations, cloudServiceName As String) As 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