PolicyViolation Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. PolicyViolation
- com.
Implements
public final class PolicyViolation
implements JsonSerializable<PolicyViolation>
A policy violation reported against a gallery artifact.
Constructor Summary
Constructor | Description |
---|---|
PolicyViolation() |
Creates an instance of Policy |
Method Summary
Modifier and Type | Method and Description |
---|---|
Policy |
category()
Get the category property: Describes the nature of the policy violation. |
String |
details()
Get the details property: Describes specific details about why this policy violation was reported. |
static
Policy |
fromJson(JsonReader jsonReader)
Reads an instance of Policy |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Policy |
withCategory(PolicyViolationCategory category)
Set the category property: Describes the nature of the policy violation. |
Policy |
withDetails(String details)
Set the details property: Describes specific details about why this policy violation was reported. |
Methods inherited from java.lang.Object
Constructor Details
PolicyViolation
public PolicyViolation()
Creates an instance of PolicyViolation class.
Method Details
category
public PolicyViolationCategory category()
Get the category property: Describes the nature of the policy violation.
Returns:
details
public String details()
Get the details property: Describes specific details about why this policy violation was reported.
Returns:
fromJson
public static PolicyViolation fromJson(JsonReader jsonReader)
Reads an instance of PolicyViolation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCategory
public PolicyViolation withCategory(PolicyViolationCategory category)
Set the category property: Describes the nature of the policy violation.
Parameters:
Returns:
withDetails
public PolicyViolation withDetails(String details)
Set the details property: Describes specific details about why this policy violation was reported.
Parameters:
Returns:
Applies to
Azure SDK for Java