Interface IntegrationServiceEnvironmentNetworkHealths


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

    • getWithResponse

      com.azure.core.http.rest.Response<Map<String,IntegrationServiceEnvironmentSubnetNetworkHealth>> getWithResponse(String resourceGroup, String integrationServiceEnvironmentName, com.azure.core.util.Context context)
      Gets the integration service environment network health.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      context - The context to associate with this operation.
      Returns:
      the integration service environment network health 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.
    • get

      Map<String,IntegrationServiceEnvironmentSubnetNetworkHealth> get(String resourceGroup, String integrationServiceEnvironmentName)
      Gets the integration service environment network health.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      Returns:
      the integration service environment network health.
      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.