Freigeben über


ResourceGuardResource.GetBackupSecurityPinObjectsAsync Methode

Definition

Gibt die 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}/getBackupSecurityPINRequests
  • Vorgang IdResourceGuards_GetBackupSecurityPINRequestsObjects
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData> GetBackupSecurityPinObjectsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetBackupSecurityPinObjectsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData>
override this.GetBackupSecurityPinObjectsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData>
Public Overridable Function GetBackupSecurityPinObjectsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceGuardProtectedObjectData)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ResourceGuardProtectedObjectData mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: