public sealed class SaveSnapshotRequest : IMessage<SaveSnapshotRequest>, IEquatable<SaveSnapshotRequest>, IDeepCloneable<SaveSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class SaveSnapshotRequest.
Request to create a snapshot of a Cloud Composer environment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `SaveSnapshotRequest` class within the Cloud Composer v1 API, used to create snapshots of Cloud Composer environments."],["The latest version of `SaveSnapshotRequest` is 2.9.0, and the document also includes access to older versions down to 1.0.0, allowing users to access the different versions."],["`SaveSnapshotRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among other properties, demonstrating its structure within the .NET framework."],["The `SaveSnapshotRequest` class has two constructors and two key properties: `Environment` which represents the resource name of the source environment, and `SnapshotLocation`, which indicates where in Cloud Storage the snapshot will be stored."]]],[]]