Share via


ArmLogicModelFactory.IntegrationServiceEnvironmentNetworkDependency Method

Definition

Initializes a new instance of IntegrationServiceEnvironmentNetworkDependency.

public static Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependency IntegrationServiceEnvironmentNetworkDependency (Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyCategoryType? category = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkEndpoint> endpoints = default);
static member IntegrationServiceEnvironmentNetworkDependency : Nullable<Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependencyCategoryType> * string * seq<Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkEndpoint> -> Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentNetworkDependency
Public Shared Function IntegrationServiceEnvironmentNetworkDependency (Optional category As Nullable(Of IntegrationServiceEnvironmentNetworkDependencyCategoryType) = Nothing, Optional displayName As String = Nothing, Optional endpoints As IEnumerable(Of IntegrationServiceEnvironmentNetworkEndpoint) = Nothing) As IntegrationServiceEnvironmentNetworkDependency

Parameters

category
Nullable<IntegrationServiceEnvironmentNetworkDependencyCategoryType>

The network dependency category type.

displayName
String

The display name.

Returns

A new IntegrationServiceEnvironmentNetworkDependency instance for mocking.

Applies to