NetAppAccountResource.GetNetAppBackupVault(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Backup Vault.
public virtual Azure.Response<Azure.ResourceManager.NetApp.NetAppBackupVaultResource> GetNetAppBackupVault(string backupVaultName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetAppBackupVault : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
override this.GetNetAppBackupVault : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
Public Overridable Function GetNetAppBackupVault (backupVaultName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetAppBackupVaultResource)
Parameters
- backupVaultName
- String
The name of the Backup Vault.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
backupVaultName is null.
backupVaultName is an empty string, and was expected to be non-empty.