Interface NetworkStatus


public interface NetworkStatus
Resource collection API of NetworkStatus.
  • Method Details

    • listByServiceWithResponse

      com.azure.core.http.rest.Response<List<NetworkStatusContractByLocation>> listByServiceWithResponse(String resourceGroupName, String serviceName, 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. This also returns the DNS Servers as visible to the CloudService.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      context - The context to associate with this operation.
      Returns:
      the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByService

      List<NetworkStatusContractByLocation> listByService(String resourceGroupName, String serviceName)
      Gets the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service. This also returns the DNS Servers as visible to the CloudService.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      Returns:
      the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByLocationWithResponse

      com.azure.core.http.rest.Response<NetworkStatusContract> 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. This also returns the DNS Servers as visible to the CloudService.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      locationName - Location in which the API Management service is deployed. This is one of the Azure Regions like West US, East US, South Central US.
      context - The context to associate with this operation.
      Returns:
      the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByLocation

      NetworkStatusContract 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. This also returns the DNS Servers as visible to the CloudService.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      locationName - Location in which the API Management service is deployed. This is one of the Azure Regions like West US, East US, South Central US.
      Returns:
      the Connectivity Status to the external resources on which the Api Management service depends from inside the Cloud Service.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.