| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | using System; |
| | 9 | |
|
| | 10 | | namespace Azure.Analytics.Synapse.Artifacts.Models |
| | 11 | | { |
| | 12 | | /// <summary> The SparkServicePlugin. </summary> |
| | 13 | | public partial class SparkServicePlugin |
| | 14 | | { |
| | 15 | | /// <summary> Initializes a new instance of SparkServicePlugin. </summary> |
| 0 | 16 | | internal SparkServicePlugin() |
| | 17 | | { |
| 0 | 18 | | } |
| | 19 | |
|
| | 20 | | /// <summary> Initializes a new instance of SparkServicePlugin. </summary> |
| | 21 | | /// <param name="preparationStartedAt"> . </param> |
| | 22 | | /// <param name="resourceAcquisitionStartedAt"> . </param> |
| | 23 | | /// <param name="submissionStartedAt"> . </param> |
| | 24 | | /// <param name="monitoringStartedAt"> . </param> |
| | 25 | | /// <param name="cleanupStartedAt"> . </param> |
| | 26 | | /// <param name="currentState"> . </param> |
| 0 | 27 | | internal SparkServicePlugin(DateTimeOffset? preparationStartedAt, DateTimeOffset? resourceAcquisitionStartedAt, |
| | 28 | | { |
| 0 | 29 | | PreparationStartedAt = preparationStartedAt; |
| 0 | 30 | | ResourceAcquisitionStartedAt = resourceAcquisitionStartedAt; |
| 0 | 31 | | SubmissionStartedAt = submissionStartedAt; |
| 0 | 32 | | MonitoringStartedAt = monitoringStartedAt; |
| 0 | 33 | | CleanupStartedAt = cleanupStartedAt; |
| 0 | 34 | | CurrentState = currentState; |
| 0 | 35 | | } |
| | 36 | |
|
| 0 | 37 | | public DateTimeOffset? PreparationStartedAt { get; } |
| 0 | 38 | | public DateTimeOffset? ResourceAcquisitionStartedAt { get; } |
| 0 | 39 | | public DateTimeOffset? SubmissionStartedAt { get; } |
| 0 | 40 | | public DateTimeOffset? MonitoringStartedAt { get; } |
| 0 | 41 | | public DateTimeOffset? CleanupStartedAt { get; } |
| 0 | 42 | | public PluginCurrentState? CurrentState { get; } |
| | 43 | | } |
| | 44 | | } |