Share via


ArmLogicModelFactory.IntegrationServiceEnvironmentNetworkDependencyHealth Method

Definition

public static Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyHealth IntegrationServiceEnvironmentNetworkDependencyHealth (Azure.ResourceManager.Logic.Models.IntegrationServiceErrorInfo error = default, Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyHealthState? state = default);
static member IntegrationServiceEnvironmentNetworkDependencyHealth : Azure.ResourceManager.Logic.Models.IntegrationServiceErrorInfo * Nullable<Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyHealthState> -> Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyHealth
Public Shared Function IntegrationServiceEnvironmentNetworkDependencyHealth (Optional error As IntegrationServiceErrorInfo = Nothing, Optional state As Nullable(Of IntegrationServiceEnvironmentNetworkDependencyHealthState) = Nothing) As IntegrationServiceEnvironmentNetworkDependencyHealth

Parameters

error
IntegrationServiceErrorInfo

The error if any occurred during the operation.

state
Nullable<IntegrationServiceEnvironmentNetworkDependencyHealthState>

The network dependency health state.

Returns

A new IntegrationServiceEnvironmentNetworkDependencyHealth instance for mocking.

Applies to