ConfluentManager Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. ConfluentManager
- com.
public final class ConfluentManager
Entry point to ConfluentManager.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Access |
access()
Gets the resource collection API of Access. |
|
static
Confluent |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Confluent service API entry point. |
|
static
Confluent |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Confluent service API entry point. |
| Clusters |
clusters()
Gets the resource collection API of Clusters. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Confluent |
| Connectors |
connectors()
Gets the resource collection API of Connectors. |
| Environments |
environments()
Gets the resource collection API of Environments. |
|
Marketplace |
marketplaceAgreements()
Gets the resource collection API of Marketplace |
|
Organization |
organizationOperations()
Gets the resource collection API of Organization |
| Organizations |
organizations()
Gets the resource collection API of Organizations. |
|
Confluent |
serviceClient()
Gets wrapped service client Confluent |
| Topics |
topics()
Gets the resource collection API of Topics. |
| Validations |
validations()
Gets the resource collection API of Validations. |
Methods inherited from java.lang.Object
Method Details
access
public Access access()
Gets the resource collection API of Access.
Returns:
authenticate
public static ConfluentManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Confluent service API entry point.
Parameters:
Returns:
authenticate
public static ConfluentManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Confluent service API entry point.
Parameters:
Returns:
clusters
public Clusters clusters()
Gets the resource collection API of Clusters. It manages SCClusterRecord.
Returns:
configure
public static ConfluentManager.Configurable configure()
Gets a Configurable instance that can be used to create ConfluentManager with optional configuration.
Returns:
connectors
public Connectors connectors()
Gets the resource collection API of Connectors. It manages ConnectorResource.
Returns:
environments
public Environments environments()
Gets the resource collection API of Environments. It manages SCEnvironmentRecord.
Returns:
marketplaceAgreements
public MarketplaceAgreements marketplaceAgreements()
Gets the resource collection API of MarketplaceAgreements.
Returns:
organizationOperations
public OrganizationOperations organizationOperations()
Gets the resource collection API of OrganizationOperations.
Returns:
organizations
public Organizations organizations()
Gets the resource collection API of Organizations. It manages OrganizationResource.
Returns:
serviceClient
public ConfluentManagementClient serviceClient()
Gets wrapped service client ConfluentManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
topics
public Topics topics()
Gets the resource collection API of Topics. It manages TopicRecord.
Returns:
validations
public Validations validations()
Gets the resource collection API of Validations.
Returns: