ProfilesOperationsExtensions.List(IProfilesOperations) Method

Definition

Lists all of the CDN profiles within an Azure subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Profile> List (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations);
static member List : Microsoft.Azure.Management.Cdn.IProfilesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Profile>
<Extension()>
Public Function List (operations As IProfilesOperations) As IPage(Of Profile)

Parameters

operations
IProfilesOperations

The operations group for this extension method.

Returns

Applies to