Freigeben über


SecurityInsightsBookmarkCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft ein Lesezeichen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}
  • Vorgangs-IdBookmarks_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>> GetAsync (string bookmarkId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>>
Public Overridable Function GetAsync (bookmarkId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsBookmarkResource))

Parameter

bookmarkId
String

Lesezeichen-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

bookmarkId ist NULL.

Gilt für: