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
- Host: GitHub
- URL: https://github.com/chgeuer/ex_microsoft_azure_management
- Owner: chgeuer
- License: apache-2.0
- Created: 2018-05-03T09:17:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T09:06:06.000Z (almost 8 years ago)
- Last Synced: 2025-10-04T23:34:40.172Z (9 months ago)
- Topics: azure, azure-resource-manager, elixir, elixir-lang, elixir-library
- Language: Elixir
- Size: 481 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).