NetworkWatcher 接口
定义
Entry point for Network Watcher API in Azure.
public interface NetworkWatcher extends GroupableResource<NetworkManager, NetworkWatcherInner>,Refreshable<NetworkWatcher>,Updatable<NetworkWatcher.Update>
继承成员
方法
checkConnectivity() |
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another virtual machine or an arbitrary remote server. |
getFlowLogSettings(String nsgId) |
Gets the information on the configuration of flow log. |
getFlowLogSettingsAsync(String nsgId) |
Gets the information on the configuration of flow log asynchronously. |
getSecurityGroupView(String vmId) |
Gets the configured and effective security group rules on the specified VM. |
getSecurityGroupViewAsync(String vmId) |
Gets the configured and effective security group rules on the specified VM asynchronously. |
getTopology(String targetResourceGroup) |
Gets network topology of a given resource group. |
getTopologyAsync(String targetResourceGroup) |
Gets network topology of a given resource group asynchronously. |
nextHop() |
First step specifying the parameters to get next hop for the VM. |
packetCaptures() | |
verifyIPFlow() |
Verify IP flow from the specified VM to a location given the currently configured NSG rules. |