ArmLogicModelFactory.IntegrationServiceEnvironmentNetworkDependency 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 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
The network dependency category type.
- displayName
- String
The display name.
The endpoints.
Returns
A new IntegrationServiceEnvironmentNetworkDependency instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET