You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Getting Started with Sql - Manage Sql Virtual Network Rules - in Java #
12
+
# Manage SQL Virtual Network Rules (Java)
12
13
14
+
Azure SQL sample for managing SQL Virtual Network Rules.
13
15
14
-
Azure SQL sample for managing SQL Virtual Network Rules
15
-
- Create a Virtual Network with two subnets.
16
-
- Create a SQL Server along with one virtual network rule.
17
-
- Add another virtual network rule in the SQL Server
18
-
- Get a virtual network rule.
19
-
- Update a virtual network rule.
20
-
- List all virtual network rules.
21
-
- Delete a virtual network.
22
-
- Delete Sql Server
16
+
- Create a Virtual Network with two subnets.
17
+
- Create a SQL Server along with one virtual network rule.
18
+
- Add another virtual network rule in the SQL Server
19
+
- Get a virtual network rule.
20
+
- Update a virtual network rule.
21
+
- List all virtual network rules.
22
+
- Delete a virtual network.
23
+
- Delete Sql Server
23
24
24
25
25
-
## Running this Sample ##
26
+
## Running this sample
26
27
27
28
To run this sample:
28
29
29
30
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
42
-
43
-
---
42
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
44
43
45
44
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
0 commit comments