Share via


ArmSynapseModelFactory.SynapseManagedIntegrationRuntimeStatus Method

Definition

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.

state
Nullable<SynapseIntegrationRuntimeState>

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.

nodes
IEnumerable<SynapseManagedIntegrationRuntimeNode>

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