Interface ServiceBusNamespace

All Superinterfaces:
GroupableResource<ServiceBusManager,SBNamespaceInner>, HasId, HasInnerModel<SBNamespaceInner>, HasManager<ServiceBusManager>, HasName, HasResourceGroup, Indexable, Refreshable<ServiceBusNamespace>, Resource, Updatable<ServiceBusNamespace.Update>

An immutable client-side representation of an Azure Service Bus namespace.
  • Method Details

    • dnsLabel

      String dnsLabel()
      Gets the relative DNS name of the Service Bus namespace.
      Returns:
      the relative DNS name of the Service Bus namespace
    • fqdn

      String fqdn()
      Gets the fully qualified domain name (FQDN) of the Service Bus namespace.
      Returns:
      fully qualified domain name (FQDN) of the Service Bus namespace
    • sku

      Gets SKU.
      Returns:
      sku value
    • createdAt

      OffsetDateTime createdAt()
      Gets time the namespace was created.
      Returns:
      time the namespace was created
    • updatedAt

      OffsetDateTime updatedAt()
      Gets time the namespace was updated.
      Returns:
      time the namespace was updated
    • queues

      Queues queues()
      Gets entry point to manage queue entities in the Service Bus namespace.
      Returns:
      entry point to manage queue entities in the Service Bus namespace
    • topics

      Topics topics()
      Gets entry point to manage topics entities in the Service Bus namespace.
      Returns:
      entry point to manage topics entities in the Service Bus namespace
    • authorizationRules

      NamespaceAuthorizationRules authorizationRules()
      Gets entry point to manage authorization rules for the Service Bus namespace.
      Returns:
      entry point to manage authorization rules for the Service Bus namespace