Interface NetworkWatcher

    • Method Detail

      • packetCaptures

        PacketCaptures packetCaptures()
        Returns:
        entry point to manage packet captures associated with network watcher
      • connectionMonitors

        ConnectionMonitors connectionMonitors()
        Returns:
        entry point to manage connection monitors associated with network watcher
      • getSecurityGroupView

        SecurityGroupView getSecurityGroupView​(String vmId)
        Gets the configured and effective security group rules on the specified VM.
        Parameters:
        vmId - ID of the target VM
        Returns:
        the configured and effective security group rules on the specified VM
      • getSecurityGroupViewAsync

        Mono<SecurityGroupView> getSecurityGroupViewAsync​(String vmId)
        Gets the configured and effective security group rules on the specified VM asynchronously.
        Parameters:
        vmId - ID of the target VM
        Returns:
        the configured and effective security group rules on the specified VM
      • getFlowLogSettings

        FlowLogSettings getFlowLogSettings​(String nsgId)
        Gets the information on the configuration of flow log.
        Parameters:
        nsgId - the name of the target resource group to get flow log status for
        Returns:
        information on the configuration of flow log
      • getFlowLogSettingsAsync

        Mono<FlowLogSettings> getFlowLogSettingsAsync​(String nsgId)
        Gets the information on the configuration of flow log asynchronously.
        Parameters:
        nsgId - the name of the target resource group to get flow log status for
        Returns:
        information on the configuration of flow log
      • checkConnectivity

        ConnectivityCheck.DefinitionStages.ToDestination 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.
        Returns:
        a stage to specify parameters for connectivity check