Interface NetworkStatusContract


  • public interface NetworkStatusContract
    An immutable client-side representation of NetworkStatusContract.
    • Method Detail

      • dnsServers

        List<String> dnsServers()
        Gets the dnsServers property: Gets the list of DNS servers IPV4 addresses.
        Returns:
        the dnsServers value.
      • connectivityStatus

        List<ConnectivityStatusContract> connectivityStatus()
        Gets the connectivityStatus property: Gets the list of Connectivity Status to the Resources on which the service depends upon.
        Returns:
        the connectivityStatus value.
      • innerModel

        NetworkStatusContractInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NetworkStatusContractInner object.
        Returns:
        the inner object.