ExecuteGovernanceRuleParams Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ExecuteGovernanceRuleParams
- com.
Implements
public final class ExecuteGovernanceRuleParams
implements JsonSerializable<ExecuteGovernanceRuleParams>
Governance rule execution parameters.
Constructor Summary
| Constructor | Description |
|---|---|
| ExecuteGovernanceRuleParams() |
Creates an instance of Execute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Execute |
fromJson(JsonReader jsonReader)
Reads an instance of Execute |
| Boolean |
override()
Get the override property: Describe if governance rule should be override. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Execute |
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
fromJson
public static ExecuteGovernanceRuleParams fromJson(JsonReader jsonReader)
Reads an instance of ExecuteGovernanceRuleParams from the JsonReader.
Parameters:
Returns:
Throws:
override
public Boolean override()
Get the override property: Describe if governance rule should be override.
Returns:
toJson
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:
Returns: