NetAppBackupVaultCollection.Get(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
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupVaults/{backupVaultName}
- Operation Id: BackupVaults_Get
- Default Api Version: 2024-07-01
- Resource: NetAppBackupVaultResource
public virtual Azure.Response<Azure.ResourceManager.NetApp.NetAppBackupVaultResource> Get (string backupVaultName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
Public Overridable Function Get (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 an empty string, and was expected to be non-empty.
backupVaultName
is null.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET