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
+33-35Lines changed: 33 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,55 +4,53 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
+
- azure-virtual-network
7
8
description: "Getting Started with Network - Manage Network Watcher - in Java"
8
9
urlFragment: network-java-use-new-watcher
9
10
---
10
11
11
-
# Getting Started with Network - Manage Network Watcher - in Java #
12
-
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
+
# 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
36
36
37
37
38
-
## Running this Sample ##
38
+
## Running this sample
39
39
40
40
To run this sample:
41
41
42
42
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
-
56
-
---
54
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
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.
0 commit comments