NamespacesOperationsExtensions.DeleteAsync Method

Definition

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations operations, string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
INamespacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The namespace name

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to