CustomAssessmentAutomationData Class

Definition

A class representing the CustomAssessmentAutomation data model. Custom Assessment Automation

public class CustomAssessmentAutomationData : Azure.ResourceManager.Models.ResourceData
public class CustomAssessmentAutomationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationData>
type CustomAssessmentAutomationData = class
    inherit ResourceData
type CustomAssessmentAutomationData = class
    inherit ResourceData
    interface IJsonModel<CustomAssessmentAutomationData>
    interface IPersistableModel<CustomAssessmentAutomationData>
Public Class CustomAssessmentAutomationData
Inherits ResourceData
Public Class CustomAssessmentAutomationData
Inherits ResourceData
Implements IJsonModel(Of CustomAssessmentAutomationData), IPersistableModel(Of CustomAssessmentAutomationData)
Inheritance
CustomAssessmentAutomationData
Implements

Constructors

CustomAssessmentAutomationData()

Initializes a new instance of CustomAssessmentAutomationData.

Properties

AssessmentKey

The assessment metadata key used when an assessment is generated for this assessment automation.

CompressedQuery

GZip encoded KQL query representing the assessment automation results required.

Description

The description to relate to the assessments generated by this assessment automation.

DisplayName

The display name of the assessments generated by this assessment automation.

Id

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

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
RemediationDescription

The remediation description to relate to the assessments generated by this assessment automation.

ResourceType

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

(Inherited from ResourceData)
Severity

The severity to relate to the assessments generated by this assessment automation.

SupportedCloud

Relevant cloud for the custom assessment automation.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<CustomAssessmentAutomationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomAssessmentAutomationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomAssessmentAutomationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomAssessmentAutomationData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomAssessmentAutomationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to