Class FusionScenarioExclusionPattern
java.lang.Object
com.azure.resourcemanager.securityinsights.models.FusionScenarioExclusionPattern
Represents a Fusion scenario exclusion patterns in Fusion detection.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dateAddedInUtc property: DateTime when scenario exclusion pattern is added in UTC.Get the exclusionPattern property: Scenario exclusion pattern.void
validate()
Validates the instance.withDateAddedInUtc
(String dateAddedInUtc) Set the dateAddedInUtc property: DateTime when scenario exclusion pattern is added in UTC.withExclusionPattern
(String exclusionPattern) Set the exclusionPattern property: Scenario exclusion pattern.
-
Constructor Details
-
FusionScenarioExclusionPattern
public FusionScenarioExclusionPattern()
-
-
Method Details
-
exclusionPattern
Get the exclusionPattern property: Scenario exclusion pattern.- Returns:
- the exclusionPattern value.
-
withExclusionPattern
Set the exclusionPattern property: Scenario exclusion pattern.- Parameters:
exclusionPattern
- the exclusionPattern value to set.- Returns:
- the FusionScenarioExclusionPattern object itself.
-
dateAddedInUtc
Get the dateAddedInUtc property: DateTime when scenario exclusion pattern is added in UTC.- Returns:
- the dateAddedInUtc value.
-
withDateAddedInUtc
Set the dateAddedInUtc property: DateTime when scenario exclusion pattern is added in UTC.- Parameters:
dateAddedInUtc
- the dateAddedInUtc value to set.- Returns:
- the FusionScenarioExclusionPattern object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-