Share via


SecurityInsightsSourceControlCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string sourceControlId, Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, sourceControlId As String, data As SecurityInsightsSourceControlData, Optional cancellationToken As CancellationToken = Nothing) As 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.

sourceControlId
String

Source control Id.

data
SecurityInsightsSourceControlData

The SourceControl.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

sourceControlId or data is null.

Applies to