Freigeben über


ResourceGuardResource.GetUpdateProtectedItemObjectsAsync Methode

Definition

Gibt eine Auflistung von Vorgangsanforderungsobjekten für einen kritischen Vorgang zurück, der durch die angegebene ResourceGuard-Ressource geschützt ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/resourceGuards/{resourceGuardsName}/updateProtectedItemRequests
  • Vorgangs-IdResourceGuards_GetUpdateProtectedItemRequestsObjects
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData> GetUpdateProtectedItemObjectsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetUpdateProtectedItemObjectsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData>
override this.GetUpdateProtectedItemObjectsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData>
Public Overridable Function GetUpdateProtectedItemObjectsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceGuardProtectedObjectData)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ResourceGuardProtectedObjectData , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: