RansomwareReportProperties Class

Definition

Ransomware report properties.

public class RansomwareReportProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.RansomwareReportProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.RansomwareReportProperties>
type RansomwareReportProperties = class
    interface IJsonModel<RansomwareReportProperties>
    interface IPersistableModel<RansomwareReportProperties>
Public Class RansomwareReportProperties
Implements IJsonModel(Of RansomwareReportProperties), IPersistableModel(Of RansomwareReportProperties)
Inheritance
RansomwareReportProperties
Implements

Constructors

Name Description
RansomwareReportProperties()

Initializes a new instance of RansomwareReportProperties for deserialization.

Properties

Name Description
ClearedCount

The number of cleared suspects identified by the ARP report.

EventOn

The creation date and time of the report.

ProvisioningState

Azure lifecycle management.

ReportedCount

The number of suspects identified by the ARP report.

Severity

Severity of the Advanced Ransomware Protection (ARP) report.

State

State of the Advanced Ransomware Protection (ARP) report.

Suspects

Suspects identified in an ARP report.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RansomwareReportProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RansomwareReportProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RansomwareReportProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RansomwareReportProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RansomwareReportProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to