Share via


SiteSlotBackupCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}
  • Operation Id: WebApps_GetBackupStatusSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotBackupResource
public virtual Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotBackupResource> GetIfExists (string backupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotBackupResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotBackupResource>
Public Overridable Function GetIfExists (backupId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SiteSlotBackupResource)

Parameters

backupId
String

ID of the backup.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

backupId is null.

Applies to