Freigeben über


RestorePointGroupCollection.ExistsAsync Methode

Definition

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

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

Parameter

restorePointGroupName
String

Der Name der Wiederherstellungspunktsammlung.

expand
Nullable<RestorePointGroupExpand>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. Wenn expand=restorePoints, gibt der Server alle enthaltenen Wiederherstellungspunkte in der restorePointCollection zurück.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

restorePointGroupName ist NULL.

Gilt für: