Udostępnij za pośrednictwem


DefinitionOperationsExtensions.ListAsync Method

Definition

Returns all definitions of a profile (see http://msdn.microsoft.com/en-us/library/hh758252.aspx for more information)

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

Parameters

operations
IDefinitionOperations

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

profileName
String

Required. The name of the profile to return all definitions

Returns

The List Definitions operation response.

Applies to