AlertPropertiesSupportingEvidence Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AlertPropertiesSupportingEvidence

public final class AlertPropertiesSupportingEvidence

Changing set of properties depending on the supportingEvidence type.

Constructor Summary

Constructor Description
AlertPropertiesSupportingEvidence()

Creates an instance of AlertPropertiesSupportingEvidence class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Changing set of properties depending on the supportingEvidence type.

String type()

Get the type property: Type of the supportingEvidence.

void validate()

Validates the instance.

AlertPropertiesSupportingEvidence withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Changing set of properties depending on the supportingEvidence type.

Methods inherited from java.lang.Object

Constructor Details

AlertPropertiesSupportingEvidence

public AlertPropertiesSupportingEvidence()

Creates an instance of AlertPropertiesSupportingEvidence class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: Changing set of properties depending on the supportingEvidence type.

Returns:

the additionalProperties value.

type

public String type()

Get the type property: Type of the supportingEvidence.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public AlertPropertiesSupportingEvidence withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Changing set of properties depending on the supportingEvidence type.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the AlertPropertiesSupportingEvidence object itself.

Applies to