Interface ServiceBusNamespace.UpdateStages.WithQueue

    • Method Detail

      • withNewQueue

        ServiceBusNamespace.Update withNewQueue​(String name,
                                                int maxSizeInMB)
        Creates a queue entity in the Service Bus namespace.
        Parameters:
        name - queue name
        maxSizeInMB - maximum size of memory allocated for the queue entity
        Returns:
        next stage of the Service Bus namespace update
      • withoutQueue

        ServiceBusNamespace.Update withoutQueue​(String name)
        Removes a queue entity from the Service Bus namespace.
        Parameters:
        name - queue name
        Returns:
        next stage of the Service Bus namespace update