Freigeben über


RestorePointCollection.ExistsAsync Methode

Definition

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePointCollectionName}/restorePoints/{restorePointName}
  • Vorgang IdRestorePoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string restorePointName, Azure.ResourceManager.Compute.Models.RestorePointExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.RestorePointExpand> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.RestorePointExpand> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (restorePointName As String, Optional expand As Nullable(Of RestorePointExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameter

restorePointName
String

Der Name des Wiederherstellungspunkts.

expand
Nullable<RestorePointExpand>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. "InstanceView" ruft Informationen zum Laufzeitzustand eines Wiederherstellungspunkts ab.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

restorePointName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

restorePointName ist NULL.

Gilt für: