IWithQueue.WithoutQueue(String) Method

Definition

Removes a queue entity from the Service Bus namespace.

public Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate WithoutQueue (string name);
abstract member WithoutQueue : string -> Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate
Public Function WithoutQueue (name As String) As IUpdate

Parameters

name
String

Queue name.

Returns

Applies to