다음을 통해 공유


SecurityInsightsBookmarkCollection.CreateOrUpdate Method

Definition

Creates or updates the bookmark.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}
  • Operation Id: Bookmarks_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string bookmarkId, Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, bookmarkId As String, data As SecurityInsightsBookmarkData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SecurityInsightsBookmarkResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

bookmarkId
String

Bookmark ID.

data
SecurityInsightsBookmarkData

The bookmark.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

bookmarkId is an empty string, and was expected to be non-empty.

bookmarkId or data is null.

Applies to