AnalyticsSynapseArtifactsModelFactory.SparkServicePlugin 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 SparkServicePlugin.
public static Azure.Analytics.Synapse.Artifacts.Models.SparkServicePlugin SparkServicePlugin (DateTimeOffset? preparationStartedAt = default, DateTimeOffset? resourceAcquisitionStartedAt = default, DateTimeOffset? submissionStartedAt = default, DateTimeOffset? monitoringStartedAt = default, DateTimeOffset? cleanupStartedAt = default, Azure.Analytics.Synapse.Artifacts.Models.PluginCurrentState? currentState = default);
static member SparkServicePlugin : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.Analytics.Synapse.Artifacts.Models.PluginCurrentState> -> Azure.Analytics.Synapse.Artifacts.Models.SparkServicePlugin
Public Shared Function SparkServicePlugin (Optional preparationStartedAt As Nullable(Of DateTimeOffset) = Nothing, Optional resourceAcquisitionStartedAt As Nullable(Of DateTimeOffset) = Nothing, Optional submissionStartedAt As Nullable(Of DateTimeOffset) = Nothing, Optional monitoringStartedAt As Nullable(Of DateTimeOffset) = Nothing, Optional cleanupStartedAt As Nullable(Of DateTimeOffset) = Nothing, Optional currentState As Nullable(Of PluginCurrentState) = Nothing) As SparkServicePlugin
Parameters
- preparationStartedAt
- Nullable<DateTimeOffset>
- resourceAcquisitionStartedAt
- Nullable<DateTimeOffset>
- submissionStartedAt
- Nullable<DateTimeOffset>
- monitoringStartedAt
- Nullable<DateTimeOffset>
- cleanupStartedAt
- Nullable<DateTimeOffset>
- currentState
- Nullable<PluginCurrentState>
Returns
A new SparkServicePlugin instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET