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-04-17 UTC."],[[["This document provides reference information for the `GetBackupVaultRequest` class within the NetApp v1 API for .NET, specifically version 1.7.0."],["The `GetBackupVaultRequest` class is used to retrieve the state of a backup vault, and it inherits from the base `object` class, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The namespace for this class is `Google.Cloud.NetApp.V1`, and it's part of the `Google.Cloud.NetApp.V1.dll` assembly."],["The class has two constructors: a default constructor and a copy constructor that accepts another `GetBackupVaultRequest` object as a parameter."],["The class has two main properties: `BackupVaultName`, which is a view over the resource name property, and `Name`, a string that is required and specifies the backup vault resource name in the format of `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`."]]],[]]