Share via


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.

static Configurable configure()

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

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.

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.

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.

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.

validations

public Validations validations()

Gets the resource collection API of Validations.

Returns:

Resource collection API of Validations.

Applies to