| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyAssignmentInner |
PolicyAssignmentsClient.update(String scope,
String policyAssignmentName,
PolicyAssignmentUpdate parameters)
This operation updates a policy assignment with the given scope and name.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateAsync(String scope,
String policyAssignmentName,
PolicyAssignmentUpdate parameters)
This operation updates a policy assignment with the given scope and name.
|
PolicyAssignmentInner |
PolicyAssignmentsClient.updateById(String policyAssignmentId,
PolicyAssignmentUpdate parameters)
This operation updates the policy assignment with the given ID.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateByIdAsync(String policyAssignmentId,
PolicyAssignmentUpdate parameters)
This operation updates the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateByIdWithResponse(String policyAssignmentId,
PolicyAssignmentUpdate parameters,
com.azure.core.util.Context context)
This operation updates the policy assignment with the given ID.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.updateByIdWithResponseAsync(String policyAssignmentId,
PolicyAssignmentUpdate parameters)
This operation updates the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateWithResponse(String scope,
String policyAssignmentName,
PolicyAssignmentUpdate parameters,
com.azure.core.util.Context context)
This operation updates a policy assignment with the given scope and name.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.updateWithResponseAsync(String scope,
String policyAssignmentName,
PolicyAssignmentUpdate parameters)
This operation updates a policy assignment with the given scope and name.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyAssignmentUpdate |
PolicyAssignmentUpdate.withIdentity(Identity identity)
Set the identity property: The managed identity associated with the policy assignment.
|
PolicyAssignmentUpdate |
PolicyAssignmentUpdate.withLocation(String location)
Set the location property: The location of the policy assignment.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.