SecurityInsightsPackageCollection.CreateOrUpdateAsync Method

Definition

Install a package to the workspace.

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

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.

packageId
String

package Id.

data
SecurityInsightsPackageData

Package installation properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

packageId or data is null.

Applies to