| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceResourceInner |
NamespacesClient.update(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters)
Updates a service namespace.
|
Mono<NamespaceResourceInner> |
NamespacesClient.updateAsync(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters)
Updates a service namespace.
|
com.azure.core.http.rest.Response<NamespaceResourceInner> |
NamespacesClient.updateWithResponse(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters,
com.azure.core.util.Context context)
Updates a service namespace.
|
Mono<com.azure.core.http.rest.Response<NamespaceResourceInner>> |
NamespacesClient.updateWithResponseAsync(String resourceGroupName,
String namespaceName,
NamespaceUpdateParameters parameters)
Updates a service namespace.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceUpdateParameters |
NamespaceUpdateParameters.withSku(Sku sku)
Set the sku property: The sku of the created namespace.
|
NamespaceUpdateParameters |
NamespaceUpdateParameters.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.