ProfilesOperationsExtensions.Delete Method

Definition

Deletes a Traffic Manager profile.

public static Microsoft.Azure.Management.TrafficManager.Models.DeleteOperationResult Delete (this Microsoft.Azure.Management.TrafficManager.IProfilesOperations operations, string resourceGroupName, string profileName);
static member Delete : Microsoft.Azure.Management.TrafficManager.IProfilesOperations * string * string -> Microsoft.Azure.Management.TrafficManager.Models.DeleteOperationResult
<Extension()>
Public Function Delete (operations As IProfilesOperations, resourceGroupName As String, profileName As String) As DeleteOperationResult

Parameters

operations
IProfilesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing the Traffic Manager profile to be deleted.

profileName
String

The name of the Traffic Manager profile to be deleted.

Returns

Applies to