Udostępnij za pośrednictwem


DeletedDataProtectionBackupInstanceCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/deletedBackupInstances/{backupInstanceName}
  • Operation Id: DeletedBackupInstances_Get
  • Default Api Version: 2024-04-01
  • Resource: DeletedDataProtectionBackupInstanceResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.DeletedDataProtectionBackupInstanceResource>> GetIfExistsAsync (string backupInstanceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.DeletedDataProtectionBackupInstanceResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.DeletedDataProtectionBackupInstanceResource>>
Public Overridable Function GetIfExistsAsync (backupInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of DeletedDataProtectionBackupInstanceResource))

Parameters

backupInstanceName
String

The name of the deleted backup instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

backupInstanceName is null.

Applies to