次の方法で共有


ConfluentManagementClient Interface

public interface ConfluentManagementClient

The interface for ConfluentManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AccessClient getAccess()

Gets the AccessClient object to access its operations.

abstract String getApiVersion()

Gets Version parameter.

abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

abstract ConnectorsClient getConnectors()

Gets the ConnectorsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets Service host.

abstract EnvironmentsClient getEnvironments()

Gets the EnvironmentsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract MarketplaceAgreementsClient getMarketplaceAgreements()

Gets the MarketplaceAgreementsClient object to access its operations.

abstract OrganizationOperationsClient getOrganizationOperations()

Gets the OrganizationOperationsClient object to access its operations.

abstract OrganizationsClient getOrganizations()

Gets the OrganizationsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract TopicsClient getTopics()

Gets the TopicsClient object to access its operations.

abstract ValidationsClient getValidations()

Gets the ValidationsClient object to access its operations.

Method Details

getAccess

public abstract AccessClient getAccess()

Gets the AccessClient object to access its operations.

Returns:

the AccessClient object.

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getClusters

public abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

Returns:

the ClustersClient object.

getConnectors

public abstract ConnectorsClient getConnectors()

Gets the ConnectorsClient object to access its operations.

Returns:

the ConnectorsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getEnvironments

public abstract EnvironmentsClient getEnvironments()

Gets the EnvironmentsClient object to access its operations.

Returns:

the EnvironmentsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getMarketplaceAgreements

public abstract MarketplaceAgreementsClient getMarketplaceAgreements()

Gets the MarketplaceAgreementsClient object to access its operations.

Returns:

the MarketplaceAgreementsClient object.

getOrganizationOperations

public abstract OrganizationOperationsClient getOrganizationOperations()

Gets the OrganizationOperationsClient object to access its operations.

Returns:

the OrganizationOperationsClient object.

getOrganizations

public abstract OrganizationsClient getOrganizations()

Gets the OrganizationsClient object to access its operations.

Returns:

the OrganizationsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

getTopics

public abstract TopicsClient getTopics()

Gets the TopicsClient object to access its operations.

Returns:

the TopicsClient object.

getValidations

public abstract ValidationsClient getValidations()

Gets the ValidationsClient object to access its operations.

Returns:

the ValidationsClient object.

Applies to