Interface NetworkStatusContract


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

    Modifier and Type
    Method
    Description
    Gets the connectivityStatus property: Gets the list of Connectivity Status to the Resources on which the service depends upon.
    Gets the dnsServers property: Gets the list of DNS servers IPV4 addresses.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NetworkStatusContractInner object.
  • Method Details

    • 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

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