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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.