ProductPackageOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

SecurityInsightsMgmtClient's

<xref:product_package> attribute.

Constructor

ProductPackageOperations(*args, **kwargs)

Methods

get

Gets a package by its identifier from the catalog.

get

Gets a package by its identifier from the catalog.

get(resource_group_name: str, workspace_name: str, package_id: str, **kwargs: Any) -> ProductPackageModel

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

workspace_name
Required
str

The name of the monitor workspace. Required.

package_id
Required
str

package Id. Required.

Returns

Type Description

ProductPackageModel. The ProductPackageModel is compatible with MutableMapping

Exceptions

Type Description