Udostępnij za pośrednictwem


DefinitionOperationsExtensions.GetAsync(IDefinitionOperations, String) Method

Definition

Returns an existing profile definition. (see http://msdn.microsoft.com/en-us/library/hh758248.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations operations, string profileName);
static member GetAsync : Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionGetResponse>
<Extension()>
Public Function GetAsync (operations As IDefinitionOperations, profileName As String) As Task(Of DefinitionGetResponse)

Parameters

operations
IDefinitionOperations

Reference to the Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations.

profileName
String

Required. The name of the profile to get definition from.

Returns

The Get Definition operation response.

Applies to