Udostępnij za pośrednictwem


DefinitionOperationsExtensions.List(IDefinitionOperations, String) Method

Definition

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

public static Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionsListResponse List (this Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations operations, string profileName);
static member List : Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations * string -> Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionsListResponse
<Extension()>
Public Function List (operations As IDefinitionOperations, profileName As String) As 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