| 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 |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> |
NamespacesClient.beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> |
NamespacesClient.beginCreateOrUpdate(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates or updates a service namespace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NamespaceResourceInner>,NamespaceResourceInner> |
NamespacesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
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.
|
Mono<NamespaceResourceInner> |
NamespacesClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NamespacesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
NamespaceCreateOrUpdateParameters parameters)
Creates or updates a service namespace.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceCreateOrUpdateParameters |
NamespaceCreateOrUpdateParameters.withCreateAcsNamespace(Boolean createAcsNamespace)
Set the createAcsNamespace property: Indicates whether to create an ACS namespace.
|
NamespaceCreateOrUpdateParameters |
NamespaceCreateOrUpdateParameters.withEnabled(Boolean enabled)
Set the enabled property: Specifies whether this instance is enabled.
|
NamespaceCreateOrUpdateParameters |
NamespaceCreateOrUpdateParameters.withLocation(String location)
Set the location property: Namespace location.
|
NamespaceCreateOrUpdateParameters |
NamespaceCreateOrUpdateParameters.withSku(Sku sku)
Set the sku property: SKU of the namespace.
|
NamespaceCreateOrUpdateParameters |
NamespaceCreateOrUpdateParameters.withStatus(NamespaceState status)
Set the status property: State of the namespace.
|
NamespaceCreateOrUpdateParameters |
NamespaceCreateOrUpdateParameters.withTags(Map<String,String> tags)
Set the tags property: Namespace tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.