Bagikan melalui


NetAppBackupVaultBackupCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupVaults/{backupVaultName}/backups/{backupName}
  • Operation Id: Backups_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: NetAppBackupVaultBackupResource
public virtual Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppBackupVaultBackupResource> GetIfExists (string backupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppBackupVaultBackupResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppBackupVaultBackupResource>
Public Overridable Function GetIfExists (backupName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetAppBackupVaultBackupResource)

Parameters

backupName
String

The name of the backup.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

backupName is an empty string, and was expected to be non-empty.

backupName is null.

Applies to