# Functions
GetConfiguration gets an existing Configuration resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetDatabase gets an existing Database resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetFirewallRule gets an existing FirewallRule resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetServer gets an existing Server resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetVirtualNetworkRule gets an existing VirtualNetworkRule resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
NewConfiguration registers a new resource with the given unique name, arguments, and options.
NewDatabase registers a new resource with the given unique name, arguments, and options.
NewFirewallRule registers a new resource with the given unique name, arguments, and options.
NewServer registers a new resource with the given unique name, arguments, and options.
NewVirtualNetworkRule registers a new resource with the given unique name, arguments, and options.
# Structs
Sets a MySQL Configuration value on a MySQL Server.
The set of arguments for constructing a Configuration resource.
Input properties used for looking up and filtering Configuration resources.
Manages a MySQL Database within a MySQL Server
> This content is derived from https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/mysql_database.html.markdown.
The set of arguments for constructing a Database resource.
Input properties used for looking up and filtering Database resources.
Manages a Firewall Rule for a MySQL Server
> This content is derived from https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/website/docs/r/mysql_firewall_rule.html.markdown.
The set of arguments for constructing a FirewallRule resource.
Input properties used for looking up and filtering FirewallRule resources.
Manages a MySQL Server.
The set of arguments for constructing a Server resource.
Input properties used for looking up and filtering Server resources.
Manages a MySQL Virtual Network Rule.
The set of arguments for constructing a VirtualNetworkRule resource.
Input properties used for looking up and filtering VirtualNetworkRule resources.