IntegrationServiceEnvironmentNetworkHealthsClient Interface

public interface IntegrationServiceEnvironmentNetworkHealthsClient

An instance of this class provides access to all the operations defined in IntegrationServiceEnvironmentNetworkHealthsClient.

Method Summary

Modifier and Type Method and Description
abstract Map<String,IntegrationServiceEnvironmentSubnetNetworkHealthInner> get(String resourceGroup, String integrationServiceEnvironmentName)

Gets the integration service environment network health.

abstract Response<Map<String,IntegrationServiceEnvironmentSubnetNetworkHealthInner>> getWithResponse(String resourceGroup, String integrationServiceEnvironmentName, Context context)

Gets the integration service environment network health.

Method Details

get

public abstract Map 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.

getWithResponse

public abstract Response<>> getWithResponse(String resourceGroup, String integrationServiceEnvironmentName, 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<T>.

Applies to