AdaptiveApplicationControlIssueSummary Class

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

public final class AdaptiveApplicationControlIssueSummary

Represents a summary of the alerts of the machine group.

Constructor Summary

Constructor Description
AdaptiveApplicationControlIssueSummary()

Creates an instance of AdaptiveApplicationControlIssueSummary class.

Method Summary

Modifier and Type Method and Description
AdaptiveApplicationControlIssue issue()

Get the issue property: An alert that machines within a group can have.

Float numberOfVms()

Get the numberOfVms property: The number of machines in the group that have this alert.

void validate()

Validates the instance.

AdaptiveApplicationControlIssueSummary withIssue(AdaptiveApplicationControlIssue issue)

Set the issue property: An alert that machines within a group can have.

AdaptiveApplicationControlIssueSummary withNumberOfVms(Float numberOfVms)

Set the numberOfVms property: The number of machines in the group that have this alert.

Methods inherited from java.lang.Object

Constructor Details

AdaptiveApplicationControlIssueSummary

public AdaptiveApplicationControlIssueSummary()

Creates an instance of AdaptiveApplicationControlIssueSummary class.

Method Details

issue

public AdaptiveApplicationControlIssue issue()

Get the issue property: An alert that machines within a group can have.

Returns:

the issue value.

numberOfVms

public Float numberOfVms()

Get the numberOfVms property: The number of machines in the group that have this alert.

Returns:

the numberOfVms value.

validate

public void validate()

Validates the instance.

withIssue

public AdaptiveApplicationControlIssueSummary withIssue(AdaptiveApplicationControlIssue issue)

Set the issue property: An alert that machines within a group can have.

Parameters:

issue - the issue value to set.

Returns:

the AdaptiveApplicationControlIssueSummary object itself.

withNumberOfVms

public AdaptiveApplicationControlIssueSummary withNumberOfVms(Float numberOfVms)

Set the numberOfVms property: The number of machines in the group that have this alert.

Parameters:

numberOfVms - the numberOfVms value to set.

Returns:

the AdaptiveApplicationControlIssueSummary object itself.

Applies to