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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET