Condividi tramite


ArmNetAppModelFactory.RansomwareReportProperties Method

Definition

Initializes a new instance of RansomwareReportProperties.

public static Azure.ResourceManager.NetApp.Models.RansomwareReportProperties RansomwareReportProperties(DateTimeOffset? eventOn = default, Azure.ResourceManager.NetApp.Models.RansomwareReportState? state = default, Azure.ResourceManager.NetApp.Models.RansomwareReportSeverity? severity = default, int? clearedCount = default, int? reportedCount = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetApp.Models.RansomwareSuspects> suspects = default, string provisioningState = default);
static member RansomwareReportProperties : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.NetApp.Models.RansomwareReportState> * Nullable<Azure.ResourceManager.NetApp.Models.RansomwareReportSeverity> * Nullable<int> * Nullable<int> * seq<Azure.ResourceManager.NetApp.Models.RansomwareSuspects> * string -> Azure.ResourceManager.NetApp.Models.RansomwareReportProperties
Public Shared Function RansomwareReportProperties (Optional eventOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As Nullable(Of RansomwareReportState) = Nothing, Optional severity As Nullable(Of RansomwareReportSeverity) = Nothing, Optional clearedCount As Nullable(Of Integer) = Nothing, Optional reportedCount As Nullable(Of Integer) = Nothing, Optional suspects As IEnumerable(Of RansomwareSuspects) = Nothing, Optional provisioningState As String = Nothing) As RansomwareReportProperties

Parameters

eventOn
Nullable<DateTimeOffset>

The creation date and time of the report.

state
Nullable<RansomwareReportState>

State of the Advanced Ransomware Protection (ARP) report.

severity
Nullable<RansomwareReportSeverity>

Severity of the Advanced Ransomware Protection (ARP) report.

clearedCount
Nullable<Int32>

The number of cleared suspects identified by the ARP report.

reportedCount
Nullable<Int32>

The number of suspects identified by the ARP report.

suspects
IEnumerable<RansomwareSuspects>

Suspects identified in an ARP report.

provisioningState
String

Azure lifecycle management.

Returns

A new RansomwareReportProperties instance for mocking.

Applies to