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.
|