IntegrationServiceEnvironmentSubnetNetworkHealth Class
The integration service environment subnet network health.
All required parameters must be populated in order to send to Azure.
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. Default value: None
|
outbound_network_health
|
The integration service environment network health. Default value: None
|
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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python