ProfileOperationsExtensions.List(IProfileOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET