Interface NetworkStatusContract
public interface NetworkStatusContract
An immutable client-side representation of NetworkStatusContract.
-
Method Summary
Modifier and TypeMethodDescriptionGets 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
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.
-