ProfilesOperationsExtensions.Delete 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.
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 Delete (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName);
static member Delete : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string -> unit
<Extension()>
Public Sub Delete (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.