ArmNetAppModelFactory.RansomwareReportProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- suspects
- IEnumerable<RansomwareSuspects>
Suspects identified in an ARP report.
- provisioningState
- String
Azure lifecycle management.
Returns
A new RansomwareReportProperties instance for mocking.