com.azure.resourcemanager.servicebus.fluent.ServiceBusManagementClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-servicebus Show documentation
Show all versions of azure-resourcemanager-servicebus Show documentation
This package contains Microsoft Azure ServiceBus Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.servicebus.fluent;
import com.azure.core.http.HttpPipeline;
import java.time.Duration;
/**
* The interface for ServiceBusManagementClient class.
*/
public interface ServiceBusManagementClient {
/**
* Gets Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms
* part of the URI for every service call.
*
* @return the subscriptionId value.
*/
String getSubscriptionId();
/**
* Gets server parameter.
*
* @return the endpoint value.
*/
String getEndpoint();
/**
* Gets Api Version.
*
* @return the apiVersion value.
*/
String getApiVersion();
/**
* Gets The HTTP pipeline to send requests through.
*
* @return the httpPipeline value.
*/
HttpPipeline getHttpPipeline();
/**
* Gets The default poll interval for long-running operation.
*
* @return the defaultPollInterval value.
*/
Duration getDefaultPollInterval();
/**
* Gets the NamespacesClient object to access its operations.
*
* @return the NamespacesClient object.
*/
NamespacesClient getNamespaces();
/**
* Gets the PrivateEndpointConnectionsClient object to access its operations.
*
* @return the PrivateEndpointConnectionsClient object.
*/
PrivateEndpointConnectionsClient getPrivateEndpointConnections();
/**
* Gets the PrivateLinkResourcesClient object to access its operations.
*
* @return the PrivateLinkResourcesClient object.
*/
PrivateLinkResourcesClient getPrivateLinkResources();
/**
* Gets the OperationsClient object to access its operations.
*
* @return the OperationsClient object.
*/
OperationsClient getOperations();
/**
* Gets the DisasterRecoveryConfigsClient object to access its operations.
*
* @return the DisasterRecoveryConfigsClient object.
*/
DisasterRecoveryConfigsClient getDisasterRecoveryConfigs();
/**
* Gets the MigrationConfigsClient object to access its operations.
*
* @return the MigrationConfigsClient object.
*/
MigrationConfigsClient getMigrationConfigs();
/**
* Gets the QueuesClient object to access its operations.
*
* @return the QueuesClient object.
*/
QueuesClient getQueues();
/**
* Gets the TopicsClient object to access its operations.
*
* @return the TopicsClient object.
*/
TopicsClient getTopics();
/**
* Gets the RulesClient object to access its operations.
*
* @return the RulesClient object.
*/
RulesClient getRules();
/**
* Gets the SubscriptionsClient object to access its operations.
*
* @return the SubscriptionsClient object.
*/
SubscriptionsClient getSubscriptions();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy