An open API service indexing awesome lists of open source software.

https://github.com/chgeuer/ex_microsoft_azure_management


https://github.com/chgeuer/ex_microsoft_azure_management

azure azure-resource-manager elixir elixir-lang elixir-library

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Microsoft.Azure.Management.DbForMysql

The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, log files and configurations with new business model.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `microsoft_azure_management` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:microsoft_azure_management, "~> 0.1.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/microsoft_azure_management](https://hexdocs.pm/microsoft_azure_management).