ConfluentManagementClient Interface
public interface ConfluentManagementClient
The interface for ConfluentManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
getAccess()
Gets the Access |
| abstract String |
getApiVersion()
Gets Api Version. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Marketplace |
getMarketplaceAgreements()
Gets the Marketplace |
|
abstract
Organization |
getOrganizationOperations()
Gets the Organization |
|
abstract
Organizations |
getOrganizations()
Gets the Organizations |
| abstract String |
getSubscriptionId()
Gets Microsoft Azure subscription id. |
|
abstract
Validations |
getValidations()
Gets the Validations |
Method Details
getAccess
public abstract AccessClient getAccess()
Gets the AccessClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMarketplaceAgreements
public abstract MarketplaceAgreementsClient getMarketplaceAgreements()
Gets the MarketplaceAgreementsClient object to access its operations.
Returns:
getOrganizationOperations
public abstract OrganizationOperationsClient getOrganizationOperations()
Gets the OrganizationOperationsClient object to access its operations.
Returns:
getOrganizations
public abstract OrganizationsClient getOrganizations()
Gets the OrganizationsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Microsoft Azure subscription id.
Returns:
getValidations
public abstract ValidationsClient getValidations()
Gets the ValidationsClient object to access its operations.
Returns: