IntegrationServiceEnvironmentSubnetNetworkHealth Class
The integration service environment subnet network health.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelIntegrationServiceEnvironmentSubnetNetworkHealth
Constructor
IntegrationServiceEnvironmentSubnetNetworkHealth(*, network_dependency_health_state: str | IntegrationServiceEnvironmentNetworkEndPointAccessibilityState, outbound_network_dependencies: List[IntegrationServiceEnvironmentNetworkDependency] | None = None, outbound_network_health: IntegrationServiceEnvironmentNetworkDependencyHealth | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
outbound_network_dependencies
|
The outbound network dependencies. |
outbound_network_health
|
The integration service environment network health. |
network_dependency_health_state
|
Required. The integration service environment network health state. Possible values include: "NotSpecified", "Unknown", "Available", "NotAvailable". |
Variables
Name | Description |
---|---|
outbound_network_dependencies
|
The outbound network dependencies. |
outbound_network_health
|
The integration service environment network health. |
network_dependency_health_state
|
Required. The integration service environment network health state. Possible values include: "NotSpecified", "Unknown", "Available", "NotAvailable". |
Azure SDK for Python