Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.NetworkStatusContractInner
Packages that use NetworkStatusContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of NetworkStatusContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return NetworkStatusContractInnerModifier and TypeMethodDescriptionNetworkStatusClient.listByLocation(String resourceGroupName, String serviceName, String locationName) Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type NetworkStatusContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<NetworkStatusContractInner> NetworkStatusClient.listByLocationWithResponse(String resourceGroupName, String serviceName, String locationName, com.azure.core.util.Context context) Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. -
Uses of NetworkStatusContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return NetworkStatusContractInnerModifier and TypeMethodDescriptionstatic NetworkStatusContractInnerNetworkStatusContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkStatusContractInner from the JsonReader.NetworkStatusContractByLocationInner.networkStatus()Get the networkStatus property: Network status in Location.NetworkStatusContractInner.withConnectivityStatus(List<ConnectivityStatusContract> connectivityStatus) Set the connectivityStatus property: Gets the list of Connectivity Status to the Resources on which the service depends upon.NetworkStatusContractInner.withDnsServers(List<String> dnsServers) Set the dnsServers property: Gets the list of DNS servers IPV4 addresses.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type NetworkStatusContractInnerModifier and TypeMethodDescriptionNetworkStatusContractByLocationInner.withNetworkStatus(NetworkStatusContractInner networkStatus) Set the networkStatus property: Network status in Location. -
Uses of NetworkStatusContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return NetworkStatusContractInnerModifier and TypeMethodDescriptionNetworkStatusContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NetworkStatusContractInner object.