IntegrationServiceEnvironmentNetworkDependencyHealth Class
The integration service environment subnet network health.
- Inheritance
-
msrest.serialization.ModelIntegrationServiceEnvironmentNetworkDependencyHealth
Constructor
IntegrationServiceEnvironmentNetworkDependencyHealth(*, error: ExtendedErrorInfo | None = None, state: str | IntegrationServiceEnvironmentNetworkDependencyHealthState | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
error
|
The error if any occurred during the operation. |
state
|
The network dependency health state. Possible values include: "NotSpecified", "Healthy", "Unhealthy", "Unknown". |
Variables
Name | Description |
---|---|
error
|
The error if any occurred during the operation. |
state
|
The network dependency health state. Possible values include: "NotSpecified", "Healthy", "Unhealthy", "Unknown". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python