Documentation ¶
Index ¶
- type CheckNameAvailabilityClientAPI
- type ConfigurationsClientAPI
- type DatabasesClientAPI
- type FirewallRulesClientAPI
- type LocationBasedPerformanceTierClientAPI
- type LogFilesClientAPI
- type OperationsClientAPI
- type ReplicasClientAPI
- type ServerAdministratorsClientAPI
- type ServerSecurityAlertPoliciesClientAPI
- type ServersClientAPI
- type VirtualNetworkRulesClientAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckNameAvailabilityClientAPI ¶
type CheckNameAvailabilityClientAPI interface {
Execute(ctx context.Context, nameAvailabilityRequest postgresql.NameAvailabilityRequest) (result postgresql.NameAvailability, err error)
}
CheckNameAvailabilityClientAPI contains the set of methods on the CheckNameAvailabilityClient type.
type ConfigurationsClientAPI ¶
type ConfigurationsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, configurationName string, parameters postgresql.Configuration) (result postgresql.ConfigurationsCreateOrUpdateFuture, err error) Get(ctx context.Context, resourceGroupName string, serverName string, configurationName string) (result postgresql.Configuration, err error) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ConfigurationListResult, err error) }
ConfigurationsClientAPI contains the set of methods on the ConfigurationsClient type.
type DatabasesClientAPI ¶
type DatabasesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, databaseName string, parameters postgresql.Database) (result postgresql.DatabasesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverName string, databaseName string) (result postgresql.DatabasesDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, serverName string, databaseName string) (result postgresql.Database, err error) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.DatabaseListResult, err error) }
DatabasesClientAPI contains the set of methods on the DatabasesClient type.
type FirewallRulesClientAPI ¶
type FirewallRulesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, firewallRuleName string, parameters postgresql.FirewallRule) (result postgresql.FirewallRulesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverName string, firewallRuleName string) (result postgresql.FirewallRulesDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, serverName string, firewallRuleName string) (result postgresql.FirewallRule, err error) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.FirewallRuleListResult, err error) }
FirewallRulesClientAPI contains the set of methods on the FirewallRulesClient type.
type LocationBasedPerformanceTierClientAPI ¶
type LocationBasedPerformanceTierClientAPI interface {
List(ctx context.Context, locationName string) (result postgresql.PerformanceTierListResult, err error)
}
LocationBasedPerformanceTierClientAPI contains the set of methods on the LocationBasedPerformanceTierClient type.
type LogFilesClientAPI ¶
type LogFilesClientAPI interface {
ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.LogFileListResult, err error)
}
LogFilesClientAPI contains the set of methods on the LogFilesClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result postgresql.OperationListResult, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type ReplicasClientAPI ¶
type ReplicasClientAPI interface {
ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ServerListResult, err error)
}
ReplicasClientAPI contains the set of methods on the ReplicasClient type.
type ServerAdministratorsClientAPI ¶
type ServerAdministratorsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, properties postgresql.ServerAdministratorResource) (result postgresql.ServerAdministratorsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ServerAdministratorsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ServerAdministratorResource, err error) List(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ServerAdministratorResourceListResult, err error) }
ServerAdministratorsClientAPI contains the set of methods on the ServerAdministratorsClient type.
type ServerSecurityAlertPoliciesClientAPI ¶
type ServerSecurityAlertPoliciesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, parameters postgresql.ServerSecurityAlertPolicy) (result postgresql.ServerSecurityAlertPoliciesCreateOrUpdateFuture, err error) Get(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ServerSecurityAlertPolicy, err error) }
ServerSecurityAlertPoliciesClientAPI contains the set of methods on the ServerSecurityAlertPoliciesClient type.
type ServersClientAPI ¶
type ServersClientAPI interface { Create(ctx context.Context, resourceGroupName string, serverName string, parameters postgresql.ServerForCreate) (result postgresql.ServersCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ServersDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.Server, err error) List(ctx context.Context) (result postgresql.ServerListResult, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result postgresql.ServerListResult, err error) Restart(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.ServersRestartFuture, err error) Update(ctx context.Context, resourceGroupName string, serverName string, parameters postgresql.ServerUpdateParameters) (result postgresql.ServersUpdateFuture, err error) }
ServersClientAPI contains the set of methods on the ServersClient type.
type VirtualNetworkRulesClientAPI ¶
type VirtualNetworkRulesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, virtualNetworkRuleName string, parameters postgresql.VirtualNetworkRule) (result postgresql.VirtualNetworkRulesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverName string, virtualNetworkRuleName string) (result postgresql.VirtualNetworkRulesDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, serverName string, virtualNetworkRuleName string) (result postgresql.VirtualNetworkRule, err error) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.VirtualNetworkRuleListResultPage, err error) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result postgresql.VirtualNetworkRuleListResultIterator, err error) }
VirtualNetworkRulesClientAPI contains the set of methods on the VirtualNetworkRulesClient type.