次の方法で共有


SecurityInsightsRecommendationResource.Update Method

Definition

Patch a recommendation.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/recommendations/{recommendationId}
  • Operation Id: Update_Recommendation
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsRecommendationResource
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationResource> Update (Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRecommendationPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRecommendationPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationResource>
override this.Update : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRecommendationPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationResource>
Public Overridable Function Update (patch As SecurityInsightsRecommendationPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsRecommendationResource)

Parameters

patch
SecurityInsightsRecommendationPatch

Recommendation Fields to Update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to