PostgreSqlManager Class
- java.
lang. Object - com.
azure. resourcemanager. postgresql. PostgreSqlManager
- com.
public final class PostgreSqlManager
Entry point to PostgreSqlManager. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Postgre |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Postgre |
|
static
Postgre |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Postgre |
|
Check |
checkNameAvailabilities()
Gets the resource collection API of Check |
| Configurations |
configurations()
Gets the resource collection API of Configurations. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Postgre |
| Databases |
databases()
Gets the resource collection API of Databases. |
|
Firewall |
firewallRules()
Gets the resource collection API of Firewall |
|
Location |
locationBasedPerformanceTiers()
Gets the resource collection API of Location |
|
Log |
logFiles()
Gets the resource collection API of Log |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Private |
privateEndpointConnections()
Gets the resource collection API of Private |
|
Private |
privateLinkResources()
Gets the resource collection API of Private |
|
Recoverable |
recoverableServers()
Gets the resource collection API of Recoverable |
| Replicas |
replicas()
Gets the resource collection API of Replicas. |
|
Server |
serverAdministrators()
Gets the resource collection API of Server |
|
Server |
serverBasedPerformanceTiers()
Gets the resource collection API of Server |
|
Server |
serverKeys()
Gets the resource collection API of Server |
|
Server |
serverParameters()
Gets the resource collection API of Server |
| Servers |
servers()
Gets the resource collection API of Servers. |
|
Server |
serverSecurityAlertPolicies()
Gets the resource collection API of Server |
|
Postgre |
serviceClient()
Gets wrapped service client Postgre |
|
Virtual |
virtualNetworkRules()
Gets the resource collection API of Virtual |
Methods inherited from java.lang.Object
Method Details
authenticate
public static PostgreSqlManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of PostgreSql service API entry point.
Parameters:
Returns:
authenticate
public static PostgreSqlManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of PostgreSql service API entry point.
Parameters:
Returns:
checkNameAvailabilities
public CheckNameAvailabilities checkNameAvailabilities()
Gets the resource collection API of CheckNameAvailabilities.
Returns:
configurations
public Configurations configurations()
Gets the resource collection API of Configurations. It manages Configuration.
Returns:
configure
public static PostgreSqlManager.Configurable configure()
Gets a Configurable instance that can be used to create PostgreSqlManager with optional configuration.
Returns:
databases
public Databases databases()
Gets the resource collection API of Databases. It manages Database.
Returns:
firewallRules
public FirewallRules firewallRules()
Gets the resource collection API of FirewallRules. It manages FirewallRule.
Returns:
locationBasedPerformanceTiers
public LocationBasedPerformanceTiers locationBasedPerformanceTiers()
Gets the resource collection API of LocationBasedPerformanceTiers.
Returns:
logFiles
public LogFiles logFiles()
Gets the resource collection API of LogFiles.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
privateEndpointConnections
public PrivateEndpointConnections privateEndpointConnections()
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
Returns:
privateLinkResources
public PrivateLinkResources privateLinkResources()
Gets the resource collection API of PrivateLinkResources.
Returns:
recoverableServers
public RecoverableServers recoverableServers()
Gets the resource collection API of RecoverableServers.
Returns:
replicas
public Replicas replicas()
Gets the resource collection API of Replicas.
Returns:
serverAdministrators
public ServerAdministrators serverAdministrators()
Gets the resource collection API of ServerAdministrators.
Returns:
serverBasedPerformanceTiers
public ServerBasedPerformanceTiers serverBasedPerformanceTiers()
Gets the resource collection API of ServerBasedPerformanceTiers.
Returns:
serverKeys
public ServerKeys serverKeys()
Gets the resource collection API of ServerKeys. It manages ServerKey.
Returns:
serverParameters
public ServerParameters serverParameters()
Gets the resource collection API of ServerParameters.
Returns:
servers
public Servers servers()
Gets the resource collection API of Servers. It manages Server.
Returns:
serverSecurityAlertPolicies
public ServerSecurityAlertPolicies serverSecurityAlertPolicies()
Gets the resource collection API of ServerSecurityAlertPolicies. It manages ServerSecurityAlertPolicy.
Returns:
serviceClient
public PostgreSqlManagementClient serviceClient()
Gets wrapped service client PostgreSqlManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
virtualNetworkRules
public VirtualNetworkRules virtualNetworkRules()
Gets the resource collection API of VirtualNetworkRules. It manages VirtualNetworkRule.
Returns: