# Functions
NewClient returns a new SQLDatabaseClient struct with the provided management.Client as the underlying client.
# Constants
No description provided by the author
No description provided by the author
Definitions of numerous constants representing API endpoints.
# Structs
DatabaseCreateParams represents the set of possible parameters when issuing a database creation to Azure, and reading a list response from Azure.
DatabaseServer represents the set of data received from a database server list operation.
DatabaseServerCreateParams represents the set of possible parameters when issuing a database server creation request to Azure.
DatabaseServerCreateResponse represents the response following the creation of a database server on Azure.
FirewallRuleCreateParams represents the set of possible parameters when creating a firewall rule on an Azure database server.
FirewallRuleResponse represents the set of data received from an Azure database server firewall rule get response.
FirewallRuleUpdateParams represents the set of possible parameters when issuing an update of a database server firewall rule.
No description provided by the author
No description provided by the author
No description provided by the author
ServiceResource represents the set of parameters obtained from a database get or list call.
ServiceResourceUpdateParams represents the set of parameters available for a database service update operation.
SQLDatabaseClient defines various database CRUD operations.