| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyExemptionInner |
PolicyExemptionsClient.createOrUpdate(String scope,
String policyExemptionName,
PolicyExemptionInner parameters)
This operation creates or updates a policy exemption with the given scope and name.
|
PolicyExemptionInner |
PolicyExemptionsClient.get(String scope,
String policyExemptionName)
This operation retrieves a single policy exemption, given its name and the scope it was created at.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyExemptionInner |
PolicyExemptionsClient.createOrUpdate(String scope,
String policyExemptionName,
PolicyExemptionInner parameters)
This operation creates or updates a policy exemption with the given scope and name.
|
Mono<PolicyExemptionInner> |
PolicyExemptionsClient.createOrUpdateAsync(String scope,
String policyExemptionName,
PolicyExemptionInner parameters)
This operation creates or updates a policy exemption with the given scope and name.
|
com.azure.core.http.rest.Response<PolicyExemptionInner> |
PolicyExemptionsClient.createOrUpdateWithResponse(String scope,
String policyExemptionName,
PolicyExemptionInner parameters,
com.azure.core.util.Context context)
This operation creates or updates a policy exemption with the given scope and name.
|
Mono<com.azure.core.http.rest.Response<PolicyExemptionInner>> |
PolicyExemptionsClient.createOrUpdateWithResponseAsync(String scope,
String policyExemptionName,
PolicyExemptionInner parameters)
This operation creates or updates a policy exemption with the given scope and name.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyExemptionInner |
PolicyExemptionInner.withDescription(String description)
Set the description property: The description of the policy exemption.
|
PolicyExemptionInner |
PolicyExemptionInner.withDisplayName(String displayName)
Set the displayName property: The display name of the policy exemption.
|
PolicyExemptionInner |
PolicyExemptionInner.withExemptionCategory(ExemptionCategory exemptionCategory)
Set the exemptionCategory property: The policy exemption category.
|
PolicyExemptionInner |
PolicyExemptionInner.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.
|
PolicyExemptionInner |
PolicyExemptionInner.withMetadata(Object metadata)
Set the metadata property: The policy exemption metadata.
|
PolicyExemptionInner |
PolicyExemptionInner.withPolicyAssignmentId(String policyAssignmentId)
Set the policyAssignmentId property: The ID of the policy assignment that is being exempted.
|
PolicyExemptionInner |
PolicyExemptionInner.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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.