StandardAssignmentPropertiesExemptionData Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. StandardAssignmentPropertiesExemptionData
- com.
Implements
public final class StandardAssignmentPropertiesExemptionData
implements JsonSerializable<StandardAssignmentPropertiesExemptionData>
Additional data about assignment that has Exempt effect.
Constructor Summary
| Constructor | Description |
|---|---|
| StandardAssignmentPropertiesExemptionData() |
Creates an instance of Standard |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Assigned |
assignedAssessment()
Get the assigned |
|
Exemption |
exemptionCategory()
Get the exemption |
|
static
Standard |
fromJson(JsonReader jsonReader)
Reads an instance of Standard |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Standard |
withAssignedAssessment(AssignedAssessmentItem assignedAssessment)
Set the assigned |
|
Standard |
withExemptionCategory(ExemptionCategory exemptionCategory)
Set the exemption |
Methods inherited from java.lang.Object
Constructor Details
StandardAssignmentPropertiesExemptionData
public StandardAssignmentPropertiesExemptionData()
Creates an instance of StandardAssignmentPropertiesExemptionData class.
Method Details
assignedAssessment
public AssignedAssessmentItem assignedAssessment()
Get the assignedAssessment property: Component item with key as applied to this standard assignment over the given scope.
Returns:
exemptionCategory
public ExemptionCategory exemptionCategory()
Get the exemptionCategory property: Exemption category of this assignment.
Returns:
fromJson
public static StandardAssignmentPropertiesExemptionData fromJson(JsonReader jsonReader)
Reads an instance of StandardAssignmentPropertiesExemptionData from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAssignedAssessment
public StandardAssignmentPropertiesExemptionData withAssignedAssessment(AssignedAssessmentItem assignedAssessment)
Set the assignedAssessment property: Component item with key as applied to this standard assignment over the given scope.
Parameters:
Returns:
withExemptionCategory
public StandardAssignmentPropertiesExemptionData withExemptionCategory(ExemptionCategory exemptionCategory)
Set the exemptionCategory property: Exemption category of this assignment.
Parameters:
Returns: