Partilhar via


ArmLogicModelFactory.IntegrationServiceEnvironmentNetworkDependency Método

Definição

Inicializa uma nova instância de 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

Parâmetros

category
Nullable<IntegrationServiceEnvironmentNetworkDependencyCategoryType>

O tipo de categoria de dependência de rede.

displayName
String

O nome para exibição.

endpoints
IEnumerable<IntegrationServiceEnvironmentNetworkEndpoint>

Os pontos de extremidade.

Retornos

Uma nova IntegrationServiceEnvironmentNetworkDependency instância para zombar.

Aplica-se a