ProfilesOperationsExtensions.List(IProfilesOperations) 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.
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.