CustomAssessmentAutomationCreateOrUpdateContent Class

Definition

Custom Assessment Automation request.

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

Constructors

CustomAssessmentAutomationCreateOrUpdateContent()

Initializes a new instance of CustomAssessmentAutomationCreateOrUpdateContent.

Properties

CompressedQuery

Base 64 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<CustomAssessmentAutomationCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomAssessmentAutomationCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomAssessmentAutomationCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomAssessmentAutomationCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomAssessmentAutomationCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to