Interface ServiceBusNamespace.UpdateStages.WithAuthorizationRule

    • Method Detail

      • withNewSendRule

        ServiceBusNamespace.Update withNewSendRule​(String name)
        Creates a send authorization rule for the Service Bus namespace.
        Parameters:
        name - rule name
        Returns:
        next stage of the Service Bus namespace update
      • withNewListenRule

        ServiceBusNamespace.Update withNewListenRule​(String name)
        Creates a listen authorization rule for the Service Bus namespace.
        Parameters:
        name - rule name
        Returns:
        next stage of the Service Bus namespace update
      • withNewManageRule

        ServiceBusNamespace.Update withNewManageRule​(String name)
        Creates a manage authorization rule for the Service Bus namespace.
        Parameters:
        name - rule name
        Returns:
        next stage of the Service Bus namespace update
      • withoutAuthorizationRule

        ServiceBusNamespace.Update withoutAuthorizationRule​(String name)
        Removes an authorization rule from the Service Bus namespace.
        Parameters:
        name - rule name
        Returns:
        next stage of the Service Bus namespace update