ExecuteGovernanceRuleParams Class

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

public final class ExecuteGovernanceRuleParams

Governance rule execution parameters.

Constructor Summary

Constructor Description
ExecuteGovernanceRuleParams()

Creates an instance of ExecuteGovernanceRuleParams class.

Method Summary

Modifier and Type Method and Description
Boolean override()

Get the override property: Describe if governance rule should be override.

void validate()

Validates the instance.

ExecuteGovernanceRuleParams withOverride(Boolean override)

Set the override property: Describe if governance rule should be override.

Methods inherited from java.lang.Object

Constructor Details

ExecuteGovernanceRuleParams

public ExecuteGovernanceRuleParams()

Creates an instance of ExecuteGovernanceRuleParams class.

Method Details

override

public Boolean override()

Get the override property: Describe if governance rule should be override.

Returns:

the override value.

validate

public void validate()

Validates the instance.

withOverride

public ExecuteGovernanceRuleParams withOverride(Boolean override)

Set the override property: Describe if governance rule should be override.

Parameters:

override - the override value to set.

Returns:

the ExecuteGovernanceRuleParams object itself.

Applies to