Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigurationsClientAPI ¶
type ConfigurationsClientAPI interface { Get(ctx context.Context, resourceGroupName string, serverGroupName string, configurationName string) (result postgresqlhsc.ServerGroupConfiguration, err error) ListByServer(ctx context.Context, resourceGroupName string, serverGroupName string, serverName string) (result postgresqlhsc.ServerConfigurationListResultPage, err error) ListByServerComplete(ctx context.Context, resourceGroupName string, serverGroupName string, serverName string) (result postgresqlhsc.ServerConfigurationListResultIterator, err error) ListByServerGroup(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroupConfigurationListResultPage, err error) ListByServerGroupComplete(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroupConfigurationListResultIterator, err error) Update(ctx context.Context, resourceGroupName string, serverGroupName string, configurationName string, parameters postgresqlhsc.ServerGroupConfiguration) (result postgresqlhsc.ConfigurationsUpdateFuture, err error) }
ConfigurationsClientAPI contains the set of methods on the ConfigurationsClient type.
type FirewallRulesClientAPI ¶
type FirewallRulesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serverGroupName string, firewallRuleName string, parameters postgresqlhsc.FirewallRule) (result postgresqlhsc.FirewallRulesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverGroupName string, firewallRuleName string) (result postgresqlhsc.FirewallRulesDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, serverGroupName string, firewallRuleName string) (result postgresqlhsc.FirewallRule, err error) ListByServerGroup(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.FirewallRuleListResult, err error) }
FirewallRulesClientAPI contains the set of methods on the FirewallRulesClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result postgresqlhsc.OperationListResult, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type RolesClientAPI ¶
type RolesClientAPI interface { Create(ctx context.Context, resourceGroupName string, serverGroupName string, roleName string, parameters postgresqlhsc.Role) (result postgresqlhsc.RolesCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverGroupName string, roleName string) (result postgresqlhsc.RolesDeleteFuture, err error) ListByServerGroup(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.RoleListResult, err error) }
RolesClientAPI contains the set of methods on the RolesClient type.
type ServerGroupsClientAPI ¶
type ServerGroupsClientAPI interface { CheckNameAvailability(ctx context.Context, nameAvailabilityRequest postgresqlhsc.NameAvailabilityRequest) (result postgresqlhsc.NameAvailability, err error) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverGroupName string, parameters postgresqlhsc.ServerGroup) (result postgresqlhsc.ServerGroupsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroupsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroup, err error) List(ctx context.Context) (result postgresqlhsc.ServerGroupListResultPage, err error) ListComplete(ctx context.Context) (result postgresqlhsc.ServerGroupListResultIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result postgresqlhsc.ServerGroupListResultPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result postgresqlhsc.ServerGroupListResultIterator, err error) Restart(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroupsRestartFuture, err error) Start(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroupsStartFuture, err error) Stop(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroupsStopFuture, err error) Update(ctx context.Context, resourceGroupName string, serverGroupName string, parameters postgresqlhsc.ServerGroupForUpdate) (result postgresqlhsc.ServerGroupsUpdateFuture, err error) }
ServerGroupsClientAPI contains the set of methods on the ServerGroupsClient type.
type ServersClientAPI ¶
type ServersClientAPI interface { Get(ctx context.Context, resourceGroupName string, serverGroupName string, serverName string) (result postgresqlhsc.ServerGroupServer, err error) ListByServerGroup(ctx context.Context, resourceGroupName string, serverGroupName string) (result postgresqlhsc.ServerGroupServerListResult, err error) }
ServersClientAPI contains the set of methods on the ServersClient type.
Click to show internal directories.
Click to hide internal directories.