ArmSynapseModelFactory.SynapseManagedIntegrationRuntimeStatus 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 SynapseManagedIntegrationRuntimeStatus.
public static Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeStatus SynapseManagedIntegrationRuntimeStatus (string dataFactoryName = default, Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeState? state = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalProperties = default, DateTimeOffset? createOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeNode> nodes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeError> otherErrors = default, Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeOperationResult lastOperation = default);
static member SynapseManagedIntegrationRuntimeStatus : string * Nullable<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeState> * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeNode> * seq<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeError> * Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeOperationResult -> Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeStatus
Public Shared Function SynapseManagedIntegrationRuntimeStatus (Optional dataFactoryName As String = Nothing, Optional state As Nullable(Of SynapseIntegrationRuntimeState) = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, BinaryData) = Nothing, Optional createOn As Nullable(Of DateTimeOffset) = Nothing, Optional nodes As IEnumerable(Of SynapseManagedIntegrationRuntimeNode) = Nothing, Optional otherErrors As IEnumerable(Of SynapseManagedIntegrationRuntimeError) = Nothing, Optional lastOperation As SynapseManagedIntegrationRuntimeOperationResult = Nothing) As SynapseManagedIntegrationRuntimeStatus
Parameters
- dataFactoryName
- String
The workspace name which the integration runtime belong to.
The state of integration runtime.
- additionalProperties
- IReadOnlyDictionary<String,BinaryData>
Additional Properties.
- createOn
- Nullable<DateTimeOffset>
The time at which the integration runtime was created, in ISO8601 format.
The list of nodes for managed integration runtime.
- otherErrors
- IEnumerable<SynapseManagedIntegrationRuntimeError>
The errors that occurred on this integration runtime.
- lastOperation
- SynapseManagedIntegrationRuntimeOperationResult
The last operation result that occurred on this integration runtime.
Returns
A new SynapseManagedIntegrationRuntimeStatus instance for mocking.
Applies to
Azure SDK for .NET