Partager via


SnapshotResourceCollection.Exists(String, CancellationToken) Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de la requête/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots/{snapshotName}
  • IdSnapshot_Get d’opération
public virtual Azure.Response<bool> Exists (string snapshotName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 devait être non vide.

snapshotName a la valeur null.

S’applique à