ArmLogicModelFactory.IntegrationServiceEnvironmentSubnetNetworkHealth Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of IntegrationServiceEnvironmentSubnetNetworkHealth.
public static Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentSubnetNetworkHealth IntegrationServiceEnvironmentSubnetNetworkHealth (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependency> outboundNetworkDependencies = default, Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyHealth outboundNetworkHealth = default, Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkEndPointAccessibilityState networkDependencyHealthState = default);
static member IntegrationServiceEnvironmentSubnetNetworkHealth : seq<Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependency> * Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyHealth * Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkEndPointAccessibilityState -> Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentSubnetNetworkHealth
Public Shared Function IntegrationServiceEnvironmentSubnetNetworkHealth (Optional outboundNetworkDependencies As IEnumerable(Of IntegrationServiceEnvironmentNetworkDependency) = Nothing, Optional outboundNetworkHealth As IntegrationServiceEnvironmentNetworkDependencyHealth = Nothing, Optional networkDependencyHealthState As IntegrationServiceEnvironmentNetworkEndPointAccessibilityState = Nothing) As IntegrationServiceEnvironmentSubnetNetworkHealth
Parameters
- outboundNetworkDependencies
- IEnumerable<IntegrationServiceEnvironmentNetworkDependency>
The outbound network dependencies.
- outboundNetworkHealth
- IntegrationServiceEnvironmentNetworkDependencyHealth
The integration service environment network health.
- networkDependencyHealthState
- IntegrationServiceEnvironmentNetworkEndPointAccessibilityState
The integration service environment network health state.
Returns
A new IntegrationServiceEnvironmentSubnetNetworkHealth instance for mocking.
Applies to
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 .NET