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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python