Uses of Interface
com.azure.resourcemanager.servicebus.models.ServiceBusNamespace.DefinitionStages.WithCreate
Packages that use ServiceBusNamespace.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of ServiceBusNamespace.DefinitionStages.WithCreate in com.azure.resourcemanager.servicebus.models
Subinterfaces of ServiceBusNamespace.DefinitionStages.WithCreate in com.azure.resourcemanager.servicebus.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Service Bus namespace definition.Methods in com.azure.resourcemanager.servicebus.models that return ServiceBusNamespace.DefinitionStages.WithCreateModifier and TypeMethodDescriptionServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewListenRule(String name) Creates a listen authorization rule for the Service Bus namespace.ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewManageRule(String name) Creates a manage authorization rule for the Service Bus namespace.ServiceBusNamespace.DefinitionStages.WithQueue.withNewQueue(String name, int maxSizeInMB) Creates a queue entity in the Service Bus namespace.ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewSendRule(String name) Creates a send authorization rule for the Service Bus namespace.ServiceBusNamespace.DefinitionStages.WithTopic.withNewTopic(String name, int maxSizeInMB) Creates a topic entity in the Service Bus namespace.ServiceBusNamespace.DefinitionStages.WithSku.withSku(NamespaceSku namespaceSku) Specifies the namespace sku.