Compartilhar via


ProfileOperationsExtensions.GetAsync(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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfileGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string profileName);
static member GetAsync : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfileGetResponse>
<Extension()>
Public Function GetAsync (operations As IProfileOperations, profileName As String) As Task(Of 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