PostgreSqlManagementClient Interface
public interface PostgreSqlManagementClient
The interface for PostgreSqlManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Check |
getCheckNameAvailabilities()
Gets the Check |
|
abstract
Configurations |
getConfigurations()
Gets the Configurations |
|
abstract
Databases |
getDatabases()
Gets the Databases |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Firewall |
getFirewallRules()
Gets the Firewall |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Location |
getLocationBasedPerformanceTiers()
Gets the Location |
|
abstract
Log |
getLogFiles()
Gets the Log |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
|
abstract
Private |
getPrivateLinkResources()
Gets the Private |
|
abstract
Recoverable |
getRecoverableServers()
Gets the Recoverable |
|
abstract
Replicas |
getReplicas()
Gets the Replicas |
|
abstract
Server |
getServerAdministrators()
Gets the Server |
|
abstract
Server |
getServerBasedPerformanceTiers()
Gets the Server |
|
abstract
Server |
getServerKeys()
Gets the Server |
|
abstract
Server |
getServerParameters()
Gets the Server |
|
abstract
Servers |
getServers()
Gets the Servers |
|
abstract
Server |
getServerSecurityAlertPolicies()
Gets the Server |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Virtual |
getVirtualNetworkRules()
Gets the Virtual |
Method Details
getCheckNameAvailabilities
public abstract CheckNameAvailabilitiesClient getCheckNameAvailabilities()
Gets the CheckNameAvailabilitiesClient object to access its operations.
Returns:
getConfigurations
public abstract ConfigurationsClient getConfigurations()
Gets the ConfigurationsClient object to access its operations.
Returns:
getDatabases
public abstract DatabasesClient getDatabases()
Gets the DatabasesClient object to access its operations.
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:
getFirewallRules
public abstract FirewallRulesClient getFirewallRules()
Gets the FirewallRulesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLocationBasedPerformanceTiers
public abstract LocationBasedPerformanceTiersClient getLocationBasedPerformanceTiers()
Gets the LocationBasedPerformanceTiersClient object to access its operations.
Returns:
getLogFiles
public abstract LogFilesClient getLogFiles()
Gets the LogFilesClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getRecoverableServers
public abstract RecoverableServersClient getRecoverableServers()
Gets the RecoverableServersClient object to access its operations.
Returns:
getReplicas
public abstract ReplicasClient getReplicas()
Gets the ReplicasClient object to access its operations.
Returns:
getServerAdministrators
public abstract ServerAdministratorsClient getServerAdministrators()
Gets the ServerAdministratorsClient object to access its operations.
Returns:
getServerBasedPerformanceTiers
public abstract ServerBasedPerformanceTiersClient getServerBasedPerformanceTiers()
Gets the ServerBasedPerformanceTiersClient object to access its operations.
Returns:
getServerKeys
public abstract ServerKeysClient getServerKeys()
Gets the ServerKeysClient object to access its operations.
Returns:
getServerParameters
public abstract ServerParametersClient getServerParameters()
Gets the ServerParametersClient object to access its operations.
Returns:
getServers
public abstract ServersClient getServers()
Gets the ServersClient object to access its operations.
Returns:
getServerSecurityAlertPolicies
public abstract ServerSecurityAlertPoliciesClient getServerSecurityAlertPolicies()
Gets the ServerSecurityAlertPoliciesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getVirtualNetworkRules
public abstract VirtualNetworkRulesClient getVirtualNetworkRules()
Gets the VirtualNetworkRulesClient object to access its operations.
Returns: