AnalyticsSynapseArtifactsModelFactory.RunNotebookSnapshotResponse 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 RunNotebookSnapshotResponse.
public static Azure.Analytics.Synapse.Artifacts.Models.RunNotebookSnapshotResponse RunNotebookSnapshotResponse (string message = default, Azure.Analytics.Synapse.Artifacts.Models.RunNotebookSnapshotResult result = default);
static member RunNotebookSnapshotResponse : string * Azure.Analytics.Synapse.Artifacts.Models.RunNotebookSnapshotResult -> Azure.Analytics.Synapse.Artifacts.Models.RunNotebookSnapshotResponse
Public Shared Function RunNotebookSnapshotResponse (Optional message As String = Nothing, Optional result As RunNotebookSnapshotResult = Nothing) As RunNotebookSnapshotResponse
Parameters
- message
- String
Response message.
- result
- RunNotebookSnapshotResult
Run notebook snapshot result.
Returns
A new RunNotebookSnapshotResponse instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET