public final class ServiceBusManager extends Manager<ServiceBusManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceBusManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceBusManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of ServiceBusManager that exposes servicebus management API entry points.
|
static ServiceBusManager.Configurable |
configure()
Get a Configurable instance that can be used to create
ServiceBusManager
with optional configuration. |
ServiceBusNamespaces |
namespaces() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static ServiceBusManager.Configurable configure()
ServiceBusManager
with optional configuration.public static ServiceBusManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic ServiceBusNamespaces namespaces()
Copyright © 2021 Microsoft Corporation. All rights reserved.