ArmSynapseModelFactory.SynapseManagedIntegrationRuntime 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 SynapseManagedIntegrationRuntime.
public static Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntime SynapseManagedIntegrationRuntime (string description = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default, Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeState? state = default, string referenceName = default, string typeManagedVirtualNetworkType = default, string id = default, Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeComputeProperties computeProperties = default, Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeSsisProperties ssisProperties = default);
static member SynapseManagedIntegrationRuntime : string * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeState> * string * string * string * Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeComputeProperties * Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeSsisProperties -> Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntime
Public Shared Function SynapseManagedIntegrationRuntime (Optional description As String = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing, Optional state As Nullable(Of SynapseIntegrationRuntimeState) = Nothing, Optional referenceName As String = Nothing, Optional typeManagedVirtualNetworkType As String = Nothing, Optional id As String = Nothing, Optional computeProperties As SynapseIntegrationRuntimeComputeProperties = Nothing, Optional ssisProperties As SynapseIntegrationRuntimeSsisProperties = Nothing) As SynapseManagedIntegrationRuntime
Parameters
- description
- String
Integration runtime description.
- additionalProperties
- IDictionary<String,BinaryData>
Additional Properties.
Integration runtime state, only valid for managed dedicated integration runtime.
- referenceName
- String
The reference name of the managed virtual network.
- typeManagedVirtualNetworkType
- String
The type of the managed virtual network.
- id
- String
The id of the managed virtual network.
- computeProperties
- SynapseIntegrationRuntimeComputeProperties
The compute resource for managed integration runtime.
- ssisProperties
- SynapseIntegrationRuntimeSsisProperties
SSIS properties for managed integration runtime.
Returns
A new SynapseManagedIntegrationRuntime instance for mocking.
Applies to
Azure SDK for .NET