ArmLogicModelFactory.IntegrationServiceEnvironmentNetworkDependency Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
O tipo de categoria de dependência de rede.
- displayName
- String
O nome para exibição.
Os pontos de extremidade.
Retornos
Uma nova IntegrationServiceEnvironmentNetworkDependency instância para zombar.