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 Network - Manage Network Interface - in Java #
11
+
# Manage Network Interface (Java)
12
12
13
+
Azure Network sample for managing network interfaces.
13
14
14
-
Azure Network sample for managing network interfaces -
15
-
- Create a virtual machine with multiple network interfaces
16
-
- Configure a network interface
17
-
- List network interfaces
18
-
- Delete a network interface.
19
-
15
+
- Create a virtual machine with multiple network interfaces
16
+
- Configure a network interface
17
+
- List network interfaces
18
+
- Delete a network interface.
20
19
21
-
## Running this Sample ##
20
+
## Running this sample
22
21
23
22
To run this sample:
24
23
25
24
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)
38
-
39
-
---
36
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
40
37
41
38
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