NamespaceOperationsExtensions.Delete(INamespaceOperations, String) 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 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.