IntegrationServiceEnvironmentSubnetNetworkHealth Class

The integration service environment subnet network health.

All required parameters must be populated in order to send to Azure.

Inheritance
IntegrationServiceEnvironmentSubnetNetworkHealth

Constructor

IntegrationServiceEnvironmentSubnetNetworkHealth(*, network_dependency_health_state: Union[str, azure.mgmt.logic.models._logic_management_client_enums.IntegrationServiceEnvironmentNetworkEndPointAccessibilityState], outbound_network_dependencies: Optional[List[azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironmentNetworkDependency]] = None, outbound_network_health: Optional[azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironmentNetworkDependencyHealth] = None, **kwargs)

Variables

outbound_network_dependencies
list[IntegrationServiceEnvironmentNetworkDependency]

The outbound network dependencies.

outbound_network_health
IntegrationServiceEnvironmentNetworkDependencyHealth

The integration service environment network health.

network_dependency_health_state
str or IntegrationServiceEnvironmentNetworkEndPointAccessibilityState

Required. The integration service environment network health state. Possible values include: "NotSpecified", "Unknown", "Available", "NotAvailable".