PostgreSqlManagementClient Interface

public interface PostgreSqlManagementClient

The interface for PostgreSqlManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract CheckNameAvailabilitiesClient getCheckNameAvailabilities()

Gets the CheckNameAvailabilitiesClient object to access its operations.

abstract ConfigurationsClient getConfigurations()

Gets the ConfigurationsClient object to access its operations.

abstract DatabasesClient getDatabases()

Gets the DatabasesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract FirewallRulesClient getFirewallRules()

Gets the FirewallRulesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract LocationBasedPerformanceTiersClient getLocationBasedPerformanceTiers()

Gets the LocationBasedPerformanceTiersClient object to access its operations.

abstract LogFilesClient getLogFiles()

Gets the LogFilesClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract RecoverableServersClient getRecoverableServers()

Gets the RecoverableServersClient object to access its operations.

abstract ReplicasClient getReplicas()

Gets the ReplicasClient object to access its operations.

abstract ServerAdministratorsClient getServerAdministrators()

Gets the ServerAdministratorsClient object to access its operations.

abstract ServerBasedPerformanceTiersClient getServerBasedPerformanceTiers()

Gets the ServerBasedPerformanceTiersClient object to access its operations.

abstract ServerKeysClient getServerKeys()

Gets the ServerKeysClient object to access its operations.

abstract ServerParametersClient getServerParameters()

Gets the ServerParametersClient object to access its operations.

abstract ServersClient getServers()

Gets the ServersClient object to access its operations.

abstract ServerSecurityAlertPoliciesClient getServerSecurityAlertPolicies()

Gets the ServerSecurityAlertPoliciesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract VirtualNetworkRulesClient getVirtualNetworkRules()

Gets the VirtualNetworkRulesClient object to access its operations.

Method Details

getCheckNameAvailabilities

public abstract CheckNameAvailabilitiesClient getCheckNameAvailabilities()

Gets the CheckNameAvailabilitiesClient object to access its operations.

Returns:

the CheckNameAvailabilitiesClient object.

getConfigurations

public abstract ConfigurationsClient getConfigurations()

Gets the ConfigurationsClient object to access its operations.

Returns:

the ConfigurationsClient object.

getDatabases

public abstract DatabasesClient getDatabases()

Gets the DatabasesClient object to access its operations.

Returns:

the DatabasesClient 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 server parameter.

Returns:

the endpoint value.

getFirewallRules

public abstract FirewallRulesClient getFirewallRules()

Gets the FirewallRulesClient object to access its operations.

Returns:

the FirewallRulesClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getLocationBasedPerformanceTiers

public abstract LocationBasedPerformanceTiersClient getLocationBasedPerformanceTiers()

Gets the LocationBasedPerformanceTiersClient object to access its operations.

Returns:

the LocationBasedPerformanceTiersClient object.

getLogFiles

public abstract LogFilesClient getLogFiles()

Gets the LogFilesClient object to access its operations.

Returns:

the LogFilesClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getRecoverableServers

public abstract RecoverableServersClient getRecoverableServers()

Gets the RecoverableServersClient object to access its operations.

Returns:

the RecoverableServersClient object.

getReplicas

public abstract ReplicasClient getReplicas()

Gets the ReplicasClient object to access its operations.

Returns:

the ReplicasClient object.

getServerAdministrators

public abstract ServerAdministratorsClient getServerAdministrators()

Gets the ServerAdministratorsClient object to access its operations.

Returns:

the ServerAdministratorsClient object.

getServerBasedPerformanceTiers

public abstract ServerBasedPerformanceTiersClient getServerBasedPerformanceTiers()

Gets the ServerBasedPerformanceTiersClient object to access its operations.

Returns:

the ServerBasedPerformanceTiersClient object.

getServerKeys

public abstract ServerKeysClient getServerKeys()

Gets the ServerKeysClient object to access its operations.

Returns:

the ServerKeysClient object.

getServerParameters

public abstract ServerParametersClient getServerParameters()

Gets the ServerParametersClient object to access its operations.

Returns:

the ServerParametersClient object.

getServers

public abstract ServersClient getServers()

Gets the ServersClient object to access its operations.

Returns:

the ServersClient object.

getServerSecurityAlertPolicies

public abstract ServerSecurityAlertPoliciesClient getServerSecurityAlertPolicies()

Gets the ServerSecurityAlertPoliciesClient object to access its operations.

Returns:

the ServerSecurityAlertPoliciesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getVirtualNetworkRules

public abstract VirtualNetworkRulesClient getVirtualNetworkRules()

Gets the VirtualNetworkRulesClient object to access its operations.

Returns:

the VirtualNetworkRulesClient object.

Applies to