Udostępnij za pośrednictwem


ProfileOperationsExtensions.List(IProfileOperations) Method

Definition

Returns all profiles owned by a subscription. (see http://msdn.microsoft.com/en-us/library/hh758249.aspx for more information)

public static Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfilesListResponse List (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations);
static member List : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations -> Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfilesListResponse
<Extension()>
Public Function List (operations As IProfileOperations) As ProfilesListResponse

Parameters

operations
IProfileOperations

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

Returns

The List Profiles operation response.

Applies to