AnalyticsSynapseArtifactsModelFactory.ManagedIntegrationRuntime 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 ManagedIntegrationRuntime.
public static Azure.Analytics.Synapse.Artifacts.Models.ManagedIntegrationRuntime ManagedIntegrationRuntime (Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeType type = default, string description = default, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeState? state = default, Azure.Analytics.Synapse.Artifacts.Models.ManagedVirtualNetworkReference managedVirtualNetwork = default, Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeComputeProperties computeProperties = default, Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeSsisProperties ssisProperties = default);
static member ManagedIntegrationRuntime : Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeType * string * System.Collections.Generic.IDictionary<string, obj> * Nullable<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeState> * Azure.Analytics.Synapse.Artifacts.Models.ManagedVirtualNetworkReference * Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeComputeProperties * Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeSsisProperties -> Azure.Analytics.Synapse.Artifacts.Models.ManagedIntegrationRuntime
Public Shared Function ManagedIntegrationRuntime (Optional type As IntegrationRuntimeType = Nothing, Optional description As String = Nothing, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional state As Nullable(Of IntegrationRuntimeState) = Nothing, Optional managedVirtualNetwork As ManagedVirtualNetworkReference = Nothing, Optional computeProperties As IntegrationRuntimeComputeProperties = Nothing, Optional ssisProperties As IntegrationRuntimeSsisProperties = Nothing) As ManagedIntegrationRuntime
Parameters
Type of integration runtime.
- description
- String
Integration runtime description.
- additionalProperties
- IDictionary<String,Object>
Additional Properties.
- state
- Nullable<IntegrationRuntimeState>
Integration runtime state, only valid for managed dedicated integration runtime.
- managedVirtualNetwork
- ManagedVirtualNetworkReference
Managed Virtual Network reference.
- computeProperties
- IntegrationRuntimeComputeProperties
The compute resource for managed integration runtime.
- ssisProperties
- IntegrationRuntimeSsisProperties
SSIS properties for managed integration runtime.
Returns
A new ManagedIntegrationRuntime instance for mocking.
Applies to
Azure SDK for .NET