Sdílet prostřednictvím


SecurityInsightsSourceControlResource.UpdateAsync Method

Definition

Creates a source control.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/sourcecontrols/{sourceControlId}
  • Operation Id: SourceControls_Create
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSourceControlResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As SecurityInsightsSourceControlData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SecurityInsightsSourceControlResource))

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.

data
SecurityInsightsSourceControlData

The SourceControl.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to