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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.