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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python