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.Subinterfaces with type arguments of type ServiceBusNamespace.DefinitionStages.WithCreate in com.azure.resourcemanager.servicebus.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe stage of the Service Bus namespace definition allowing to specify the resource group.Methods in com.azure.resourcemanager.servicebus.models that return ServiceBusNamespace.DefinitionStages.WithCreateModifier and TypeMethodDescriptionServiceBusNamespace.DefinitionStages.WithLocalAuth.disableLocalAuth()Disables SAS authentication for the Service Bus namespace.ServiceBusNamespace.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.