OperationalInsightsWorkspaceSecurityInsightsResource.GetSecurityInsightsPackageAsync Method

Definition

Gets an installed packages by its id.

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

Parameters

packageId
String

package Id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

packageId is null.

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

Applies to