| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyExemptionProperties |
PolicyExemptionProperties.withDescription(String description)
Set the description property: The description of the policy exemption.
|
PolicyExemptionProperties |
PolicyExemptionProperties.withDisplayName(String displayName)
Set the displayName property: The display name of the policy exemption.
|
PolicyExemptionProperties |
PolicyExemptionProperties.withExemptionCategory(ExemptionCategory exemptionCategory)
Set the exemptionCategory property: The policy exemption category.
|
PolicyExemptionProperties |
PolicyExemptionProperties.withExpiresOn(OffsetDateTime expiresOn)
Set the expiresOn property: The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the
policy exemption.
|
PolicyExemptionProperties |
PolicyExemptionProperties.withMetadata(Object metadata)
Set the metadata property: The policy exemption metadata.
|
PolicyExemptionProperties |
PolicyExemptionProperties.withPolicyAssignmentId(String policyAssignmentId)
Set the policyAssignmentId property: The ID of the policy assignment that is being exempted.
|
PolicyExemptionProperties |
PolicyExemptionProperties.withPolicyDefinitionReferenceIds(List<String> policyDefinitionReferenceIds)
Set the policyDefinitionReferenceIds property: The policy definition reference ID list when the associated policy
assignment is an assignment of a policy set definition.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.