Class ServiceBusManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<ServiceBusManagementClient>
com.azure.resourcemanager.servicebus.ServiceBusManager
- All Implemented Interfaces:
HasServiceClient<ServiceBusManagementClient>
Entry point to Azure ServiceBus management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceBusManagerauthenticate(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 ServiceBusManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ServiceBusManager that exposes servicebus management API entry points.Get a Configurable instance that can be used to createServiceBusManagerwith optional configuration.Gets the API entry point of the Service Bus namespace management.Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
configure
Get a Configurable instance that can be used to createServiceBusManagerwith optional configuration.- Returns:
- the instance allowing configurations
-
authenticate
public 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.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the ServiceBusManager
-
authenticate
public static ServiceBusManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ServiceBusManager that exposes servicebus management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the ServiceBusManager
-
namespaces
Gets the API entry point of the Service Bus namespace management.- Returns:
- the Service Bus namespace management API entry point
-