共用方式為


NamespaceOperationsExtensions.Delete(INamespaceOperations, String) Method

Definition

Deletes an existing namespace. This operation also removes all associated entities including queues, topics, relay points, and messages stored under the namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx for more information)

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName);
static member Delete : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As INamespaceOperations, namespaceName As String) As AzureOperationResponse

Parameters

operations
INamespaceOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.

namespaceName
String

Required. The namespace name.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to