Compartilhar via


ProfileOperationsExtensions.Get(IProfileOperations, String) Método

Definição

Retorna detalhes do perfil, incluindo todas as versões da definição e de seu status. (consulte http://msdn.microsoft.com/en-us/library/hh758248.aspx para obter mais informações)

public static Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfileGetResponse Get (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string profileName);
static member Get : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string -> Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfileGetResponse
<Extension()>
Public Function Get (operations As IProfileOperations, profileName As String) As ProfileGetResponse

Parâmetros

operations
IProfileOperations

Referência ao Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations.

profileName
String

Obrigatórios. O nome do perfil.

Retornos

A resposta da operação Obter Detalhes do Perfil.

Aplica-se a