public sealed class GetBackupVaultRequest : IMessage<GetBackupVaultRequest>, IEquatable<GetBackupVaultRequest>, IDeepCloneable<GetBackupVaultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetBackupVaultRequest.
GetBackupVaultRequest gets the state of a backupVault.
[[["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 webpage provides documentation for the `GetBackupVaultRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.2.0."],["`GetBackupVaultRequest` is used to retrieve the state of a backup vault, and it inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackupVaultRequest` class has two constructors: a default constructor and one that accepts another `GetBackupVaultRequest` object as a parameter, facilitating object duplication."],["The class includes two properties, `BackupVaultName` and `Name`, which are used for handling the resource name of the backup vault, with `Name` being a string that represents the resource name in a specific format, and `BackupVaultName` being a typed view of that resource."],["There are multiple versions of the `GetBackupVaultRequest` listed on the page, from 1.0.0 up to the latest at 1.8.0, allowing you to view information for each version."]]],[]]