ProfilesOperationsExtensions Class

Definition

Extension methods for ProfilesOperations.

public static class ProfilesOperationsExtensions
type ProfilesOperationsExtensions = class
Public Module ProfilesOperationsExtensions
Inheritance
ProfilesOperationsExtensions

Methods

BeginCreateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken)

Creates a new CDN profile with a profile name under the specified subscription and resource group.

BeginDeleteAsync(IProfilesOperations, String, String, CancellationToken)

Deletes an existing CDN profile with the specified parameters. Deleting a profile will result in the deletion of all of the sub-resources including endpoints, origins and custom domains.

BeginUpdateAsync(IProfilesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates an existing CDN profile with the specified profile name under the specified subscription and resource group.

CreateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken)

Creates a new CDN profile with a profile name under the specified subscription and resource group.

DeleteAsync(IProfilesOperations, String, String, CancellationToken)

Deletes an existing CDN profile with the specified parameters. Deleting a profile will result in the deletion of all of the sub-resources including endpoints, origins and custom domains.

GenerateSsoUriAsync(IProfilesOperations, String, String, CancellationToken)

Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.

GetAsync(IProfilesOperations, String, String, CancellationToken)

Gets a CDN profile with the specified profile name under the specified subscription and resource group.

ListAsync(IProfilesOperations, CancellationToken)

Lists all of the CDN profiles within an Azure subscription.

ListByResourceGroupAsync(IProfilesOperations, String, CancellationToken)

Lists all of the CDN profiles within a resource group.

ListByResourceGroupNextAsync(IProfilesOperations, String, CancellationToken)

Lists all of the CDN profiles within a resource group.

ListNextAsync(IProfilesOperations, String, CancellationToken)

Lists all of the CDN profiles within an Azure subscription.

ListResourceUsageAsync(IProfilesOperations, String, String, CancellationToken)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListResourceUsageNextAsync(IProfilesOperations, String, CancellationToken)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListSupportedOptimizationTypesAsync(IProfilesOperations, String, String, CancellationToken)

Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values.

UpdateAsync(IProfilesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates an existing CDN profile with the specified profile name under the specified subscription and resource group.

Applies to