ProfilesOperationsExtensions.BeginDelete Method

Definition

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.

public static void BeginDelete (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName);
static member BeginDelete : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IProfilesOperations, resourceGroupName As String, profileName As String)

Parameters

operations
IProfilesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

profileName
String

Name of the CDN profile which is unique within the resource group.

Applies to