Interface NetworkStatusContractByLocation
public interface NetworkStatusContractByLocation
An immutable client-side representation of NetworkStatusContractByLocation.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.apimanagement.fluent.models.NetworkStatusContractByLocationInner object.location()Gets the location property: Location of service.Gets the networkStatus property: Network status in Location.
-
Method Details
-
location
String location()Gets the location property: Location of service.- Returns:
- the location value.
-
networkStatus
NetworkStatusContract networkStatus()Gets the networkStatus property: Network status in Location.- Returns:
- the networkStatus value.
-
innerModel
NetworkStatusContractByLocationInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NetworkStatusContractByLocationInner object.- Returns:
- the inner object.
-