Partager via


SnapshotResourceCollection.ExistsAsync(String, CancellationToken) Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots/{snapshotName}
  • IdSnapshot_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string snapshotName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

snapshotName
String

Nom de l’instantané.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

snapshotName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

snapshotName a la valeur null.

S’applique à