ArmSynapseModelFactory.SynapseManagedIntegrationRuntimeOperationResult 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 SynapseManagedIntegrationRuntimeOperationResult.
public static Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeOperationResult SynapseManagedIntegrationRuntimeOperationResult (string managedIntegrationRuntimeOperationResultType = default, DateTimeOffset? startOn = default, string result = default, string errorCode = default, System.Collections.Generic.IEnumerable<string> parameters = default, string activityId = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalProperties = default);
static member SynapseManagedIntegrationRuntimeOperationResult : string * Nullable<DateTimeOffset> * string * string * seq<string> * string * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeOperationResult
Public Shared Function SynapseManagedIntegrationRuntimeOperationResult (Optional managedIntegrationRuntimeOperationResultType As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional result As String = Nothing, Optional errorCode As String = Nothing, Optional parameters As IEnumerable(Of String) = Nothing, Optional activityId As String = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As SynapseManagedIntegrationRuntimeOperationResult
Parameters
- managedIntegrationRuntimeOperationResultType
- String
The operation type. Could be start or stop.
- startOn
- Nullable<DateTimeOffset>
The start time of the operation.
- result
- String
The operation result.
- errorCode
- String
The error code.
- parameters
- IEnumerable<String>
Managed integration runtime error parameters.
- activityId
- String
The activity id for the operation request.
- additionalProperties
- IReadOnlyDictionary<String,BinaryData>
Additional Properties.
Returns
A new SynapseManagedIntegrationRuntimeOperationResult instance for mocking.