ServiceBusManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. servicebus. ServiceBusManager
- com.
- com.
public final class ServiceBusManager
extends Manager<ServiceBusManagementClient>
Entry point to Azure ServiceBus management.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Service |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Service |
static
Service |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Service |
static Configurable |
configure()
Get a Configurable instance that can be used to create ServiceBusManager with optional configuration. |
Service |
namespaces() |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
authenticate
public static ServiceBusManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of ServiceBusManager that exposes servicebus management API entry points.
Parameters:
Returns:
authenticate
public static ServiceBusManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of ServiceBusManager that exposes servicebus management API entry points.
Parameters:
Returns:
configure
public static ServiceBusManager.Configurable configure()
Get a Configurable instance that can be used to create ServiceBusManager with optional configuration.
Returns:
namespaces
public ServiceBusNamespaces namespaces()
Returns:
Applies to
Azure SDK for Java