public sealed class ServiceLockInfo : IMessage<ServiceLockInfo>, IEquatable<ServiceLockInfo>, IDeepCloneable<ServiceLockInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ServiceLockInfo.
ServiceLockInfo represents the details of a lock taken by the service on a
Backup resource.
[[["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-05-02 UTC."],[[["The latest version of the `ServiceLockInfo` class in the Backup and DR Service v1 API is version 2.1.0, with previous versions including 2.0.0, 1.2.0, 1.1.0, and 1.0.0-beta02."],["`ServiceLockInfo` represents the details of a lock taken by the service on a Backup resource, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class contains a constructor which allow an empty instantiation or one with a `ServiceLockInfo` object as parameter."],["The `ServiceLockInfo` class has a property called `Operation`, which is a string representing the name of the operation that created the lock, and it is released once the operation is complete."]]],[]]