次の方法で共有


ConfluentManager Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.ConfluentManager

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 ConfluentManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Confluent service API entry point.

static ConfluentManager 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 ConfluentManager with optional configuration.

Connectors connectors()

Gets the resource collection API of Connectors.

Environments environments()

Gets the resource collection API of Environments.

MarketplaceAgreements marketplaceAgreements()

Gets the resource collection API of MarketplaceAgreements.

OrganizationOperations organizationOperations()

Gets the resource collection API of OrganizationOperations.

Organizations organizations()

Gets the resource collection API of Organizations.

ConfluentManagementClient serviceClient()

Gets wrapped service client ConfluentManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

Resource collection API of Access.

authenticate

public static ConfluentManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Confluent service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the Confluent service API instance.

authenticate

public static ConfluentManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Confluent service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the Confluent service API instance.

clusters

public Clusters clusters()

Gets the resource collection API of Clusters. It manages SCClusterRecord.

Returns:

Resource collection API of Clusters.

configure

public static ConfluentManager.Configurable configure()

Gets a Configurable instance that can be used to create ConfluentManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

connectors

public Connectors connectors()

Gets the resource collection API of Connectors. It manages ConnectorResource.

Returns:

Resource collection API of Connectors.

environments

public Environments environments()

Gets the resource collection API of Environments. It manages SCEnvironmentRecord.

Returns:

Resource collection API of Environments.

marketplaceAgreements

public MarketplaceAgreements marketplaceAgreements()

Gets the resource collection API of MarketplaceAgreements.

Returns:

Resource collection API of MarketplaceAgreements.

organizationOperations

public OrganizationOperations organizationOperations()

Gets the resource collection API of OrganizationOperations.

Returns:

Resource collection API of OrganizationOperations.

organizations

public Organizations organizations()

Gets the resource collection API of Organizations. It manages OrganizationResource.

Returns:

Resource collection API of Organizations.

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:

Wrapped service client ConfluentManagementClient.

topics

public Topics topics()

Gets the resource collection API of Topics. It manages TopicRecord.

Returns:

Resource collection API of Topics.

validations

public Validations validations()

Gets the resource collection API of Validations.

Returns:

Resource collection API of Validations.

Applies to