public sealed class InitiateBackupResponse : IMessage<InitiateBackupResponse>, IEquatable<InitiateBackupResponse>, IDeepCloneable<InitiateBackupResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class InitiateBackupResponse.
[[["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."],[[["The `InitiateBackupResponse` class is the response message for the InitiateBackup operation within the Backup and DR Service v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The latest version of the `InitiateBackupResponse` class is 2.1.0, with previous versions including 2.0.0, 1.2.0, 1.1.0, and 1.0.0-beta02 also available for reference."],["The `InitiateBackupResponse` class has properties like `Backup` (string), `BaseBackupGenerationId` (int), and `NewBackupGenerationId` (int), which provide details about the created backup and its generation IDs."],["The class has a default constructor and another constructor that accepts an `InitiateBackupResponse` parameter for object instantiation."]]],[]]