Share via


AnomalySecurityMLAnalyticsSettings Class

Definition

Represents Anomaly Security ML Analytics Settings.

public class AnomalySecurityMLAnalyticsSettings : Azure.ResourceManager.SecurityInsights.SecurityMLAnalyticsSettingData
type AnomalySecurityMLAnalyticsSettings = class
    inherit SecurityMLAnalyticsSettingData
Public Class AnomalySecurityMLAnalyticsSettings
Inherits SecurityMLAnalyticsSettingData
Inheritance
AnomalySecurityMLAnalyticsSettings

Constructors

AnomalySecurityMLAnalyticsSettings()

Initializes a new instance of AnomalySecurityMLAnalyticsSettings.

Properties

AnomalySettingsVersion

The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not.

AnomalyVersion

The anomaly version of the AnomalySecurityMLAnalyticsSettings.

CustomizableObservations

The customizable observations of the AnomalySecurityMLAnalyticsSettings.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Description

The description of the SecurityMLAnalyticsSettings.

DisplayName

The display name for settings created by this SecurityMLAnalyticsSettings.

ETag

Etag of the azure resource.

(Inherited from SecurityMLAnalyticsSettingData)
Frequency

The frequency that this SecurityMLAnalyticsSettings will be run.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsDefaultSettings

Determines whether this anomaly security ml analytics settings is a default settings.

IsEnabled

Determines whether this settings is enabled or disabled.

LastModifiedOn

The last time that this SecurityMLAnalyticsSettings has been modified.

Name

The name of the resource.

(Inherited from ResourceData)
RequiredDataConnectors

The required data sources for this SecurityMLAnalyticsSettings.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SettingsDefinitionId

The anomaly settings definition Id.

SettingsStatus

The anomaly SecurityMLAnalyticsSettings status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tactics

The tactics of the SecurityMLAnalyticsSettings.

Techniques

The techniques of the SecurityMLAnalyticsSettings.

Applies to