ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithAuthorizationRule.withNewListenRule(String name) |
Creates a listen authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithAuthorizationRule.withNewManageRule(String name) |
Creates a manage authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithQueue.withNewQueue(String name,
int maxSizeInMB) |
Creates a queue entity in the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithAuthorizationRule.withNewSendRule(String name) |
Creates a send authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithTopic.withNewTopic(String name,
int maxSizeInMB) |
Creates a topic entity in the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithAuthorizationRule.withoutAuthorizationRule(String name) |
Removes an authorization rule from the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithQueue.withoutQueue(String name) |
Removes a queue entity from the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithTopic.withoutTopic(String name) |
Removes a topic entity from the Service Bus namespace.
|
ServiceBusNamespace.Update |
ServiceBusNamespace.UpdateStages.WithSku.withSku(NamespaceSku namespaceSku) |
Specifies the namespace sku.
|