| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceResourceInner |
NamespacesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
NamespaceResourceInner |
NamespacesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates or updates a service namespace.
|
NamespaceResourceInner |
NamespacesClient.getByResourceGroup(String resourceGroupName,
String namespaceName)
Gets a description for the specified namespace.
|
NamespaceResourceInner |
NamespacesClient.update(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters)
Updates a service namespace.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceResourceInner |
NamespaceResourceInner.withCreateAcsNamespace(Boolean createAcsNamespace)
Set the createAcsNamespace property: Indicates whether to create an ACS namespace.
|
NamespaceResourceInner |
NamespaceResourceInner.withEnabled(Boolean enabled)
Set the enabled property: Specifies whether this instance is enabled.
|
NamespaceResourceInner |
NamespaceResourceInner.withSku(Sku sku)
Set the sku property: SKU of the namespace.
|
NamespaceResourceInner |
NamespaceResourceInner.withStatus(NamespaceState status)
Set the status property: State of the namespace.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.