ArmNetworkCloudModelFactory.RuntimeProtectionStatus 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 RuntimeProtectionStatus.
public static Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionStatus RuntimeProtectionStatus (DateTimeOffset? definitionsLastUpdated = default, string definitionsVersion = default, DateTimeOffset? scanCompletedOn = default, DateTimeOffset? scanScheduledOn = default, DateTimeOffset? scanStartedOn = default);
static member RuntimeProtectionStatus : Nullable<DateTimeOffset> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionStatus
Public Shared Function RuntimeProtectionStatus (Optional definitionsLastUpdated As Nullable(Of DateTimeOffset) = Nothing, Optional definitionsVersion As String = Nothing, Optional scanCompletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional scanScheduledOn As Nullable(Of DateTimeOffset) = Nothing, Optional scanStartedOn As Nullable(Of DateTimeOffset) = Nothing) As RuntimeProtectionStatus
Parameters
- definitionsLastUpdated
- Nullable<DateTimeOffset>
The timestamp when the malware definitions were last updated.
- definitionsVersion
- String
The version of the malware definitions.
- scanCompletedOn
- Nullable<DateTimeOffset>
The timestamp of the most recently completed scan, or empty if there has never been a scan.
- scanScheduledOn
- Nullable<DateTimeOffset>
The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.
- scanStartedOn
- Nullable<DateTimeOffset>
The timestamp of the most recently started scan, or empty if there has never been a scan.
Returns
A new RuntimeProtectionStatus instance for mocking.
Applies to
Azure SDK for .NET