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
Copy file name to clipboardExpand all lines: README.md
+39-36Lines changed: 39 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,53 +4,56 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
-
- azure-virtual-network
8
-
description: "Getting Started with Network - Manage Network Watcher - in Java"
9
-
urlFragment: network-java-use-new-watcher
7
+
extensions:
8
+
- services: network-watcher
9
+
- platforms: java
10
10
---
11
11
12
-
# Manage Network Watcher (Java)
13
-
14
-
Azure Network sample for managing network watcher.
15
-
- Create Network Watcher
16
-
- Manage packet capture – track traffic to and from a virtual machine
17
-
Create a VM
18
-
Start a packet capture
19
-
Stop a packet capture
20
-
Get a packet capture
21
-
Delete a packet capture
22
-
- Verify IP flow – verify if traffic is allowed to or from a virtual machine
23
-
Get the IP address of a NIC on a virtual machine
24
-
Test IP flow on the NIC
25
-
- Analyze next hop – get the next hop type and IP address for a virtual machine
26
-
- Retrieve network topology for a resource group
27
-
- Analyze Virtual Machine Security by examining effective network security rules applied to a VM
28
-
Get security group view for the VM
29
-
- Configure Network Security Group Flow Logs
30
-
Get flow log settings
31
-
Enable NSG flow log
32
-
Disable NSG flow log
33
-
- Download a packet capture
34
-
- Download a flow log
35
-
- Delete network watcher
12
+
# Getting Started with Network - Manage Network Watcher - in Java #
13
+
14
+
15
+
Azure Network sample for managing network watcher.
16
+
- Create Network Watcher
17
+
- Manage packet capture – track traffic to and from a virtual machine
18
+
Create a VM
19
+
Start a packet capture
20
+
Stop a packet capture
21
+
Get a packet capture
22
+
Delete a packet capture
23
+
- Verify IP flow – verify if traffic is allowed to or from a virtual machine
24
+
Get the IP address of a NIC on a virtual machine
25
+
Test IP flow on the NIC
26
+
- Analyze next hop – get the next hop type and IP address for a virtual machine
27
+
- Retrieve network topology for a resource group
28
+
- Analyze Virtual Machine Security by examining effective network security rules applied to a VM
29
+
Get security group view for the VM
30
+
- Configure Network Security Group Flow Logs
31
+
Get flow log settings
32
+
Enable NSG flow log
33
+
Disable NSG flow log
34
+
- Download a packet capture
35
+
- Download a flow log
36
+
- Delete network watcher
36
37
37
38
38
-
## Running this sample
39
+
## Running this Sample ##
39
40
40
41
To run this sample:
41
42
42
43
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).
55
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
56
+
57
+
---
55
58
56
-
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.
59
+
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